Update welcome text and add conditional for adding remote fork
This commit is contained in:
parent
3baa270f7c
commit
6f14ad76ce
3 changed files with 9 additions and 14 deletions
|
|
@ -6,8 +6,5 @@
|
|||
"onCreateCommand": "sudo cp .devcontainer/welcome-message.txt /usr/local/etc/vscode-dev-containers/first-run-notice.txt",
|
||||
|
||||
// Runs the initial setup commands after the container is created.
|
||||
"postCreateCommand": "sudo chmod +x .devcontainer/post-create-command.sh && .devcontainer/post-create-command.sh",
|
||||
|
||||
// Activates the virtual environment after the container is started.
|
||||
"postStartCommand": ". .venv/bin/activate"
|
||||
"postCreateCommand": "sudo chmod +x .devcontainer/post-create-command.sh && .devcontainer/post-create-command.sh"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue