mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-23 10:08:49 +01:00
remoteAuthority setting inside a .code-workspace file lacks description. Fixes #83657
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user