This commit is contained in:
Sandeep Somavarapu
2019-12-13 15:35:52 +01:00
parent 650b6cb789
commit 4cdb067a8d
20 changed files with 117 additions and 117 deletions

View File

@@ -204,10 +204,10 @@ export class ExtHostConfigProvider {
if (config) {
return {
key,
defaultValue: config.default,
globalValue: config.user,
workspaceValue: config.workspace,
workspaceFolderValue: config.workspaceFolder
defaultValue: config.defaultValue,
globalValue: config.userValue,
workspaceValue: config.workspaceValue,
workspaceFolderValue: config.workspaceFolderValue
};
}
return undefined;