Skip to content

Commit

Permalink
Add postCreateCommand to devcontainer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
purexua committed Jan 14, 2024
1 parent 3ba5006 commit 9578670
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}

0 comments on commit 9578670

Please sign in to comment.