We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5183e3a commit ba0ffddCopy full SHA for ba0ffdd
.devcontainer/Dockerfile
.devcontainer/.devcontainer.json .devcontainer/devcontainer.json
@@ -1,12 +1,12 @@
1
{
2
"name": "Node.js Core Developer Environment",
3
"extensions": [
4
- "github.vscode-pull-request-github",
5
- "ms-vsliveshare.vsliveshare",
6
- "vscode-icons-team.vscode-icons",
7
- "visualstudioexptteam.vscodeintellicode"
+ "github.vscode-pull-request-github",
+ "ms-vsliveshare.vsliveshare",
+ "vscode-icons-team.vscode-icons",
+ "visualstudioexptteam.vscodeintellicode"
8
],
9
- "dockerFile": "Dockerfile",
+ "image": "nodejs/devcontainer:nightly",
10
"initializeCommand": "docker system prune -f -a",
11
"settings": {
12
"terminal.integrated.profiles.linux": {
0 commit comments