Update welcome text and add conditional for adding remote fork

This commit is contained in:
emisargent 2023-02-10 21:22:22 +00:00
parent 3baa270f7c
commit 6f14ad76ce
3 changed files with 9 additions and 14 deletions

View file

@ -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"
}