File tree Expand file tree Collapse file tree 3 files changed +26
-20
lines changed Expand file tree Collapse file tree 3 files changed +26
-20
lines changed Original file line number Diff line number Diff line change 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+ }
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments