remoteAuthority setting inside a .code-workspace file lacks description. Fixes #83657

This commit is contained in:
Martin Aeschlimann
2019-12-02 10:51:29 +01:00
parent d6dae16f40
commit d832f86b04

View File

@@ -309,7 +309,9 @@ jsonRegistry.registerSchema('vscode://schemas/workspaceConfig', {
$ref: 'vscode://schemas/extensions'
},
'remoteAuthority': {
type: 'string'
type: 'string',
doNotSuggest: true,
description: nls.localize('workspaceConfig.remoteAuthority', "The remote server where the workspace is located. Only used by unsaved remote workspaces."),
}
},
additionalProperties: false,