Skip to content

Commit

Permalink
remoteAuthority setting inside a .code-workspace file lacks descripti…
Browse files Browse the repository at this point in the history
…on. Fixes #83657
  • Loading branch information
aeschli committed Dec 2, 2019
1 parent d6dae16 commit d832f86
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/vs/workbench/api/common/configurationExtensionPoint.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit d832f86

Please sign in to comment.