Skip to content

Commit b2a300b

Browse files
authored
Update devcontainer.json
1 parent 67c56c8 commit b2a300b

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.devcontainer/devcontainer.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,10 @@
33
"github.vscode-codeql",
44
"vsls-contrib.codetour"
55
],
6+
"customizations": {
7+
"codespaces": {
8+
"openFiles": ["tutorial.code-workspace"]
9+
}
10+
},
611
"postCreateCommand": "bash .devcontainer/postCreateCommand.sh"
7-
}
12+
}

0 commit comments

Comments
 (0)