◐ Shell
clean mode source ↗

meta: update devcontainer to the latest schema · nodejs/node@566fb04

Original file line numberDiff line numberDiff line change

@@ -0,0 +1,25 @@

1+

{

2+

"name": "Node.js Core Developer Environment",

3+

"runArgs": [

4+

"--platform=linux/amd64"

5+

],

6+

"customizations": {

7+

"vscode": {

8+

"extensions": [

9+

"github.vscode-pull-request-github",

10+

"ms-vsliveshare.vsliveshare",

11+

"vscode-icons-team.vscode-icons",

12+

"visualstudioexptteam.vscodeintellicode"

13+

],

14+

"settings": {

15+

"terminal.integrated.profiles.linux": {

16+

"zsh (login)": {

17+

"path": "zsh",

18+

"args": ["-l"]

19+

}

20+

}

21+

}

22+

}

23+

},

24+

"image": "nodejs/devcontainer:nightly"

25+

}