mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-26 11:38:51 +01:00
correct remoteAuthority description in workspace files. Fixes #119858
This commit is contained in:
@@ -320,7 +320,7 @@ jsonRegistry.registerSchema('vscode://schemas/workspaceConfig', {
|
||||
'remoteAuthority': {
|
||||
type: 'string',
|
||||
doNotSuggest: true,
|
||||
description: nls.localize('workspaceConfig.remoteAuthority', "The remote server where the workspace is located. Only used by unsaved remote workspaces."),
|
||||
description: nls.localize('workspaceConfig.remoteAuthority', "The remote server where the workspace is located."),
|
||||
}
|
||||
},
|
||||
errorMessage: nls.localize('unknownWorkspaceProperty', "Unknown workspace configuration property")
|
||||
|
||||
Reference in New Issue
Block a user