mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-28 04:23:32 +01:00
#30856: Register schema for workspace configuration file
- Both saved & unsaved - which supports intellisense in the files
This commit is contained in:
@@ -39,6 +39,14 @@
|
||||
"fileMatch": "%APP_SETTINGS_HOME%/settings.json",
|
||||
"url": "vscode://schemas/settings"
|
||||
},
|
||||
{
|
||||
"fileMatch": "%APP_WORKSPACES_HOME%/*/workspace.json",
|
||||
"url": "vscode://schemas/workspaceConfig"
|
||||
},
|
||||
{
|
||||
"fileMatch": "**/*.code-workspace",
|
||||
"url": "vscode://schemas/workspaceConfig"
|
||||
},
|
||||
{
|
||||
"fileMatch": "%APP_SETTINGS_HOME%/locale.json",
|
||||
"url": "vscode://schemas/locale"
|
||||
|
||||
Reference in New Issue
Block a user