| 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,19 @@ | |||
| 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" | ||
| 8 | + ], | ||
| 9 | + "dockerFile": "Dockerfile", | ||
| 10 | + "initializeCommand": "docker system prune -f -a", | ||
| 11 | + "settings": { | ||
| 12 | + "terminal.integrated.profiles.linux": { | ||
| 13 | + "zsh (login)": { | ||
| 14 | + "path": "zsh", | ||
| 15 | + "args": ["-l"] | ||
| 16 | + } | ||
| 17 | + } | ||
| 18 | + } | ||
| 19 | + } | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -0,0 +1 @@ | |||
| 1 | + FROM nodejs/devcontainer:nightly | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -7,6 +7,8 @@ | |||
| 7 | 7 | .* | |
| 8 | 8 | # Exclude specific dotfiles that we want to track. | |
| 9 | 9 | !deps/**/.* | |
| 10 | + !.devcontainer/ | ||
| 11 | + !.devcontainer/.devcontainer.json | ||
| 10 | 12 | !test/fixtures/**/.* | |
| 11 | 13 | !.clang-format | |
| 12 | 14 | !.cpplint | |
| Back | FazBrowse Home | New Git URL |
0 commit comments