mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 02:58:56 +01:00
Reference original schema (devcontainers/spec#93)
This commit is contained in:
@@ -140,11 +140,11 @@
|
||||
},
|
||||
{
|
||||
"fileMatch": "devcontainer.json",
|
||||
"url": "./schemas/devContainer.schema.json"
|
||||
"url": "https://raw.githubusercontent.com/devcontainers/spec/main/schemas/devContainer.schema.json"
|
||||
},
|
||||
{
|
||||
"fileMatch": ".devcontainer.json",
|
||||
"url": "./schemas/devContainer.schema.json"
|
||||
"url": "https://raw.githubusercontent.com/devcontainers/spec/main/schemas/devContainer.schema.json"
|
||||
},
|
||||
{
|
||||
"fileMatch": "%APP_SETTINGS_HOME%/globalStorage/ms-vscode-remote.remote-containers/nameConfigs/*.json",
|
||||
|
||||
Reference in New Issue
Block a user