We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 523d33b commit 4bbc07cCopy full SHA for 4bbc07c
1 file changed
.devcontainer/devcontainer.json
@@ -19,4 +19,7 @@
19
"codespace.md"
20
]
21
}
22
- }}
+ }
23
+ ,
24
+ "postCreateCommand": "echo '# Writing code upon codespace creation!' >> codespace.md"
25
+}
0 commit comments