Skip to content

Commit 49949a9

Browse files
authored
add openFiles in devcontainer
1 parent 5aa4f2a commit 49949a9

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.devcontainer/devcontainer.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,13 @@
33
"github.vscode-codeql",
44
"vsls-contrib.codetour"
55
],
6+
"customizations": {
7+
"codespaces": {
8+
"openFiles": [
9+
"README.md",
10+
"tutorial-queries/tutorial.ql"
11+
]
12+
}
13+
},
614
"postCreateCommand": "bash .devcontainer/postCreateCommand.sh"
715
}

0 commit comments

Comments
 (0)