We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
postCreateCommand
1 parent a992408 commit 25fbc56Copy full SHA for 25fbc56
.devcontainer/devcontainer.json
@@ -13,10 +13,10 @@
13
14
// Use 'postCreateCommand' to run commands after the container is created.
15
"postCreateCommand": {
16
- "Configure Node.js Build Tools": "sudo corepack enable npm; sudo npm install -g hereby; npm ci",
+ "Configure Node.js Build Tools": "npm install -g hereby; npm ci",
17
"Initialize Submodules": "git submodule update --init --recursive; cd _submodules/TypeScript; npm ci",
18
"Install pprof": "go install github.com/google/pprof@latest",
19
- "Install Graphviz": "sudo apt update; sudo apt install graphviz"
+ "Install Graphviz": "sudo apt update -y; sudo apt install -y graphviz"
20
},
21
22
// Configure tool-specific properties.
0 commit comments