| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,12 +1,12 @@ | |||
| 1 | 1 | { | |
| 2 | 2 | "name": "Node.js Core Developer Environment", | |
| 3 | 3 | "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" | ||
| 8 | 8 | ], | |
| 9 | - "dockerFile": "Dockerfile", | ||
| 9 | + "image": "nodejs/devcontainer:nightly", | ||
| 10 | 10 | "initializeCommand": "docker system prune -f -a", | |
| 11 | 11 | "settings": { | |
| 12 | 12 | "terminal.integrated.profiles.linux": { | |
| Back | FazBrowse Home | New Git URL |
0 commit comments