- Define Machine Settings: Schema, Environment

- Scope machine settings
- Make remote settings scoped to machine settings
This commit is contained in:
Sandeep Somavarapu
2019-04-10 18:25:00 +02:00
parent dc234da073
commit f329277979
22 changed files with 159 additions and 146 deletions

View File

@@ -57,6 +57,10 @@
"fileMatch": "%APP_SETTINGS_HOME%/settings.json",
"url": "vscode://schemas/settings/user"
},
{
"fileMatch": "%MACHINE_SETTINGS_HOME%/settings.json",
"url": "vscode://schemas/settings/machine"
},
{
"fileMatch": "%APP_WORKSPACES_HOME%/*/workspace.json",
"url": "vscode://schemas/workspaceConfig"