This commit is contained in:
Sandeep Somavarapu
2019-12-12 10:39:56 +01:00
parent 2cbd162c66
commit 0ecc745265
18 changed files with 152 additions and 152 deletions

View File

@@ -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;