mirror of
https://github.com/nodejs/node.git
synced 2024-11-21 10:59:27 +00:00
dc609f5a81
PR-URL: https://github.com/nodejs/node/pull/53137 Fixes: https://github.com/nodejs/node/issues/53129 Reviewed-By: Vinícius Lourenço Claro Cardoso <contact@viniciusl.com.br> Reviewed-By: Yagiz Nizipli <yagiz.nizipli@sentry.io> Reviewed-By: James M Snell <jasnell@gmail.com>
19 lines
422 B
JSON
19 lines
422 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",
|
|
"settings": {
|
|
"terminal.integrated.profiles.linux": {
|
|
"zsh (login)": {
|
|
"path": "zsh",
|
|
"args": ["-l"]
|
|
}
|
|
}
|
|
}
|
|
}
|