add devcontainer associations to configuration-editing

This commit is contained in:
Martin Aeschlimann 2021-02-12 11:04:42 +01:00
parent 868fb4c39f
commit 59008059d2

View file

@ -40,8 +40,12 @@
"keybindings.json", "keybindings.json",
"extensions.json", "extensions.json",
"argv.json", "argv.json",
"profiles.json" "profiles.json",
] ".devcontainer.json"
],
"filenamePatterns": [
"**/.devcontainer/devcontainer.json"
]
} }
], ],
"jsonValidation": [ "jsonValidation": [