From 957867063a342a4cd48d5fe0152758adadf4fd0b Mon Sep 17 00:00:00 2001 From: Jianhao Xu <138563659+purexua@users.noreply.github.com> Date: Sun, 14 Jan 2024 06:41:17 +0000 Subject: [PATCH] Add postCreateCommand to devcontainer.json --- .devcontainer/devcontainer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 7b4f678..82b779a 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -5,5 +5,6 @@ "image": "mcr.microsoft.com/vscode/devcontainers/universal:latest", "remoteUser": "codespace", - "overrideCommand": false + "overrideCommand": false , + "postCreateCommand": "echo '# Writing code upon codespace creation!' >> codespace.md" }