mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-23 18:19:12 +01:00
rename
This commit is contained in:
@@ -204,10 +204,10 @@ export class ExtHostConfigProvider {
|
||||
if (config) {
|
||||
return {
|
||||
key,
|
||||
defaultValue: config.defaultValue,
|
||||
globalValue: config.userValue,
|
||||
workspaceValue: config.workspaceValue,
|
||||
workspaceFolderValue: config.workspaceFolderValue
|
||||
defaultValue: config.default,
|
||||
globalValue: config.user,
|
||||
workspaceValue: config.workspace,
|
||||
workspaceFolderValue: config.workspaceFolder
|
||||
};
|
||||
}
|
||||
return undefined;
|
||||
|
||||
Reference in New Issue
Block a user