mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-23 01:58:53 +01:00
"remoteAuthority" is not recognized in code-workspace file
This commit is contained in:
@@ -294,6 +294,9 @@ jsonRegistry.registerSchema('vscode://schemas/workspaceConfig', {
|
||||
default: {},
|
||||
description: nls.localize('workspaceConfig.extensions.description', "Workspace extensions"),
|
||||
$ref: 'vscode://schemas/extensions'
|
||||
},
|
||||
'remoteAuthority': {
|
||||
type: 'string'
|
||||
}
|
||||
},
|
||||
additionalProperties: false,
|
||||
|
||||
Reference in New Issue
Block a user