Skip to content

Commit a535c7b

Browse files
added post create command
1 parent 53dcf74 commit a535c7b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.devcontainer/devcontainer.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"remoteUser": "codespace",
1010

1111
"overrideCommand": false,
12+
1213
// Add the IDs of extensions you want installed when the container is created.
1314
"customizations": {
1415
"vscode": {
@@ -21,6 +22,8 @@
2122
"codespace.md"
2223
]
2324
}
24-
}
25+
},
26+
27+
"postCreateCommand": "echo '# Writing code upon codespace creation!' >> codespace.md"
2528

2629
}

0 commit comments

Comments
 (0)