mirror of
https://github.com/nodejs/node.git
synced 2024-11-21 10:59:27 +00:00
5fb6305971
PR-URL: https://github.com/nodejs/node/pull/51271 Reviewed-By: Tierney Cyren <hello@bnb.im> Reviewed-By: Yagiz Nizipli <yagiz.nizipli@sentry.io> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
20 lines
474 B
JSON
20 lines
474 B
JSON
{
|
|
"name": "Node.js Core Developer Environment",
|
|
"extensions": [
|
|
"github.vscode-pull-request-github",
|
|
"ms-vsliveshare.vsliveshare",
|
|
"vscode-icons-team.vscode-icons",
|
|
"visualstudioexptteam.vscodeintellicode"
|
|
],
|
|
"image": "nodejs/devcontainer:nightly",
|
|
"initializeCommand": "docker system prune -f -a",
|
|
"settings": {
|
|
"terminal.integrated.profiles.linux": {
|
|
"zsh (login)": {
|
|
"path": "zsh",
|
|
"args": ["-l"]
|
|
}
|
|
}
|
|
}
|
|
}
|