Skip to content

Commit

Permalink
npm run all
Browse files Browse the repository at this point in the history
  • Loading branch information
ScottBrenner authored Jan 26, 2024
1 parent b92895d commit 9e95b43
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
"dockerfile": "Dockerfile",
// Update 'VARIANT' to pick a Node version: 10, 12, 14
"args": {
"VARIANT": "14"
}
"VARIANT": "20",
},
},

// Set *default* container specific settings.json values on container create.
"settings": {
"terminal.integrated.shell.linux": "/bin/bash"
"terminal.integrated.shell.linux": "/bin/bash",
},

// Add the IDs of extensions you want installed when the container is created.
Expand All @@ -25,5 +25,5 @@
"postCreateCommand": "npm install",

// Comment out connect as root instead. More info: https://aka.ms/vscode-remote/containers/non-root.
"remoteUser": "node"
"remoteUser": "node",
}

0 comments on commit 9e95b43

Please sign in to comment.