Skip to content

Commit 0fc2c7a

Browse files
Add the following postCreateCommand to the body of the file before the last } (Edit the .devcontainer/devcontainer.json file)
1 parent fd4683e commit 0fc2c7a

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
@@ -20,4 +20,6 @@
2020
]
2121
}
2222
}
23+
,
24+
"postCreateCommand": "echo '# Writing code upon codespace creation!' >> codespace.md"
2325
}

0 commit comments

Comments
 (0)