#30856: Register schema for workspace configuration file

- Both saved & unsaved
- which supports intellisense in the files
This commit is contained in:
Sandeep Somavarapu
2017-07-17 18:22:49 +05:30
parent ee2de18277
commit 7c7ae7a66f
4 changed files with 50 additions and 2 deletions

View File

@@ -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"