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,7 +40,11 @@
"keybindings.json",
"extensions.json",
"argv.json",
"profiles.json"
"profiles.json",
".devcontainer.json"
],
"filenamePatterns": [
"**/.devcontainer/devcontainer.json"
]
}
],