add npm on init

This commit is contained in:
Tobias Fenster 2022-03-01 22:20:58 +00:00
parent 9cdaaf3a39
commit 819d05a9ca

View file

@ -34,7 +34,7 @@
1313
],
// Use 'postCreateCommand' to run commands after the container is created.
"postCreateCommand": "git submodule update --init --recursive",
"postCreateCommand": "git submodule update --init --recursive --depth 1 && npm i",
// Comment out to connect as root instead. More info: https://aka.ms/vscode-remote/containers/non-root.
"remoteUser": "node",
"features": {