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 53dcf74 commit a535c7bCopy full SHA for a535c7b
.devcontainer/devcontainer.json
@@ -9,6 +9,7 @@
9
"remoteUser": "codespace",
10
11
"overrideCommand": false,
12
+
13
// Add the IDs of extensions you want installed when the container is created.
14
"customizations": {
15
"vscode": {
@@ -21,6 +22,8 @@
21
22
"codespace.md"
23
]
24
}
- }
25
+ },
26
27
+ "postCreateCommand": "echo '# Writing code upon codespace creation!' >> codespace.md"
28
29
0 commit comments