Move installation to onCreateCommand

This commit is contained in:
emisargent 2023-03-13 17:29:46 +00:00
parent 58c52e84cd
commit b6a76531b6
2 changed files with 15 additions and 3 deletions

View file

@ -13,7 +13,5 @@
}
}
},
// "onCreateCommand": "sudo cp .devcontainer/welcome-message.txt /usr/local/etc/vscode-dev-containers/first-run-notice.txt",
"postCreateCommand": "sudo chmod +x .devcontainer/post-create-command.sh && .devcontainer/post-create-command.sh",
"waitFor": "postCreateCommand"
"onCreateCommand": "sudo chmod +x .devcontainer/on-create-command.sh && .devcontainer/on-create-command.sh"
}