Schema for attached container configurations (fixes microsoft/vscode-remote-release#1577)

This commit is contained in:
Christof Marti
2019-10-02 21:11:42 +02:00
parent e2f1ee3573
commit a1b7714d26
2 changed files with 40 additions and 0 deletions

View File

@@ -105,6 +105,10 @@
{
"fileMatch": "/.devcontainer.json",
"url": "./schemas/devContainer.schema.json"
},
{
"fileMatch": "%APP_SETTINGS_HOME%/globalStorage/ms-vscode-remote.remote-containers/imageConfigs/*.json",
"url": "./schemas/attachContainer.schema.json"
}
]
},