Skip to content

Commit 566fb04

Browse files
avivkellertargos
authored andcommitted
meta: update devcontainer to the latest schema
PR-URL: #54347 Reviewed-By: James M Snell <jasnell@gmail.com>
1 parent 72937e5 commit 566fb04

File tree

3 files changed

+26
-20
lines changed

3 files changed

+26
-20
lines changed

.devcontainer.json

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
{
2+
"name": "Node.js Core Developer Environment",
3+
"runArgs": [
4+
"--platform=linux/amd64"
5+
],
6+
"customizations": {
7+
"vscode": {
8+
"extensions": [
9+
"github.vscode-pull-request-github",
10+
"ms-vsliveshare.vsliveshare",
11+
"vscode-icons-team.vscode-icons",
12+
"visualstudioexptteam.vscodeintellicode"
13+
],
14+
"settings": {
15+
"terminal.integrated.profiles.linux": {
16+
"zsh (login)": {
17+
"path": "zsh",
18+
"args": ["-l"]
19+
}
20+
}
21+
}
22+
}
23+
},
24+
"image": "nodejs/devcontainer:nightly"
25+
}

.devcontainer/devcontainer.json

Lines changed: 0 additions & 18 deletions
This file was deleted.

.gitignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@
77
.*
88
# Exclude specific dotfiles that we want to track.
99
!deps/**/.*
10-
!.devcontainer/
11-
!.devcontainer/.devcontainer.json
10+
!.devcontainer.json
1211
!test/fixtures/**/.*
1312
!.clang-format
1413
!.cpplint

0 commit comments

Comments
 (0)