mirror of https://github.com/nodejs/node.git
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"]
|
|
}
|
|
}
|
|
}
|
|
}
|