Skip to content

Commit ba0ffdd

Browse files
ohhmmrichardlau
authored andcommitted
build: fix for VScode "Reopen in Container"
PR-URL: #51271 Reviewed-By: Tierney Cyren <[email protected]> Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
1 parent 5183e3a commit ba0ffdd

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

.devcontainer/Dockerfile

-1
This file was deleted.

.devcontainer/.devcontainer.json .devcontainer/devcontainer.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "Node.js Core Developer Environment",
33
"extensions": [
4-
"github.vscode-pull-request-github",
5-
"ms-vsliveshare.vsliveshare",
6-
"vscode-icons-team.vscode-icons",
7-
"visualstudioexptteam.vscodeintellicode"
4+
"github.vscode-pull-request-github",
5+
"ms-vsliveshare.vsliveshare",
6+
"vscode-icons-team.vscode-icons",
7+
"visualstudioexptteam.vscodeintellicode"
88
],
9-
"dockerFile": "Dockerfile",
9+
"image": "nodejs/devcontainer:nightly",
1010
"initializeCommand": "docker system prune -f -a",
1111
"settings": {
1212
"terminal.integrated.profiles.linux": {

0 commit comments

Comments
 (0)