Skip to content

Commit 4bbc07c

Browse files
committed
Adding code to execute when creating the codespace
1 parent 523d33b commit 4bbc07c

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.devcontainer/devcontainer.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,7 @@
1919
"codespace.md"
2020
]
2121
}
22-
}}
22+
}
23+
,
24+
"postCreateCommand": "echo '# Writing code upon codespace creation!' >> codespace.md"
25+
}

0 commit comments

Comments
 (0)