提交 d832f86b 编写于 作者: M Martin Aeschlimann

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

上级 d6dae16f
......@@ -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,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册