From 4748c002eb22be9302ee03ddd683f0eb6b107586 Mon Sep 17 00:00:00 2001 From: Christof Marti Date: Mon, 29 Jun 2020 13:58:07 +0200 Subject: [PATCH] Configurations by container name (microsoft/vscode-remote-release#3198) --- extensions/configuration-editing/package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/extensions/configuration-editing/package.json b/extensions/configuration-editing/package.json index d831a9f991c..477d530a0ed 100644 --- a/extensions/configuration-editing/package.json +++ b/extensions/configuration-editing/package.json @@ -117,6 +117,10 @@ "fileMatch": "/.devcontainer.json", "url": "./schemas/devContainer.schema.json" }, + { + "fileMatch": "%APP_SETTINGS_HOME%/globalStorage/ms-vscode-remote.remote-containers/nameConfigs/*.json", + "url": "./schemas/attachContainer.schema.json" + }, { "fileMatch": "%APP_SETTINGS_HOME%/globalStorage/ms-vscode-remote.remote-containers/imageConfigs/*.json", "url": "./schemas/attachContainer.schema.json"