This commit is contained in:
Sandeep Somavarapu
2020-02-06 19:43:46 +01:00
parent 4801814872
commit 37645e6f34
2 changed files with 26 additions and 10 deletions

View File

@@ -317,6 +317,5 @@ jsonRegistry.registerSchema('vscode://schemas/workspaceConfig', {
description: nls.localize('workspaceConfig.remoteAuthority', "The remote server where the workspace is located. Only used by unsaved remote workspaces."),
}
},
additionalProperties: false,
errorMessage: nls.localize('unknownWorkspaceProperty', "Unknown workspace configuration property")
});