We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e90b7f commit 4748c00Copy full SHA for 4748c00
1 file changed
extensions/configuration-editing/package.json
@@ -117,6 +117,10 @@
117
"fileMatch": "/.devcontainer.json",
118
"url": "./schemas/devContainer.schema.json"
119
},
120
+ {
121
+ "fileMatch": "%APP_SETTINGS_HOME%/globalStorage/ms-vscode-remote.remote-containers/nameConfigs/*.json",
122
+ "url": "./schemas/attachContainer.schema.json"
123
+ },
124
{
125
"fileMatch": "%APP_SETTINGS_HOME%/globalStorage/ms-vscode-remote.remote-containers/imageConfigs/*.json",
126
"url": "./schemas/attachContainer.schema.json"
0 commit comments