| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff 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 | + } | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -7,8 +7,7 @@ | |||
| 7 | 7 | .* | |
| 8 | 8 | # Exclude specific dotfiles that we want to track. | |
| 9 | 9 | !deps/**/.* | |
| 10 | - !.devcontainer/ | ||
| 11 | - !.devcontainer/.devcontainer.json | ||
| 10 | + !.devcontainer.json | ||
| 12 | 11 | !test/fixtures/**/.* | |
| 13 | 12 | !.clang-format | |
| 14 | 13 | !.cpplint | |
| Back | FazBrowse Home | New Git URL |
0 commit comments