We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67c56c8 commit b2a300bCopy full SHA for b2a300b
1 file changed
.devcontainer/devcontainer.json
@@ -3,5 +3,10 @@
3
"github.vscode-codeql",
4
"vsls-contrib.codetour"
5
],
6
+ "customizations": {
7
+ "codespaces": {
8
+ "openFiles": ["tutorial.code-workspace"]
9
+ }
10
+ },
11
"postCreateCommand": "bash .devcontainer/postCreateCommand.sh"
-}
12
+}
0 commit comments