We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67f4116 commit 74aacc0Copy full SHA for 74aacc0
.devcontainer/devcontainer.json
@@ -1,9 +1,11 @@
1
{
2
- "extensions": [
3
- "github.vscode-codeql",
4
- "vsls-contrib.codetour"
5
- ],
6
- "customizations": {
+ "customizations": {
+ "vscode": {
+ "extensions": [
+ "github.vscode-codeql",
+ "vsls-contrib.codetour"
7
+ ],
8
+ },
9
"codespaces": {
10
"openFiles": ["README.md"]
11
}
0 commit comments