Skip to content

Commit 00253a0

Browse files
committed
Execute code upon creation of the codespace
1 parent e654e17 commit 00253a0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.devcontainer/devcontainer.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,6 @@
2121
]
2222
}
2323
}
24+
,
25+
"postCreateCommand": "echo '# Writing code upon codespace creation!' >> codespace.md"
2426
}

0 commit comments

Comments
 (0)