We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84be82b commit 7e8c7c2Copy full SHA for 7e8c7c2
.devcontainer/devcontainer.json
@@ -5,7 +5,7 @@
5
],
6
"customizations": {
7
"codespaces": {
8
- "openFiles": []
+ "openFiles": ["README.md"]
9
}
10
},
11
"postCreateCommand": "bash .devcontainer/postCreateCommand.sh"
0 commit comments