mirror of
https://github.com/zebrajr/node.git
synced 2025-12-06 00:20:08 +01:00
meta: update devcontainer to the latest schema
PR-URL: https://github.com/nodejs/node/pull/54347 Reviewed-By: James M Snell <jasnell@gmail.com>
This commit is contained in:
parent
0fab11805f
commit
19d2cee62c
25
.devcontainer.json
Normal file
25
.devcontainer.json
Normal file
|
|
@ -0,0 +1,25 @@
|
||||||
|
{
|
||||||
|
"name": "Node.js Core Developer Environment",
|
||||||
|
"runArgs": [
|
||||||
|
"--platform=linux/amd64"
|
||||||
|
],
|
||||||
|
"customizations": {
|
||||||
|
"vscode": {
|
||||||
|
"extensions": [
|
||||||
|
"github.vscode-pull-request-github",
|
||||||
|
"ms-vsliveshare.vsliveshare",
|
||||||
|
"vscode-icons-team.vscode-icons",
|
||||||
|
"visualstudioexptteam.vscodeintellicode"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"terminal.integrated.profiles.linux": {
|
||||||
|
"zsh (login)": {
|
||||||
|
"path": "zsh",
|
||||||
|
"args": ["-l"]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"image": "nodejs/devcontainer:nightly"
|
||||||
|
}
|
||||||
|
|
@ -1,18 +0,0 @@
|
||||||
{
|
|
||||||
"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"]
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -7,8 +7,7 @@
|
||||||
.*
|
.*
|
||||||
# Exclude specific dotfiles that we want to track.
|
# Exclude specific dotfiles that we want to track.
|
||||||
!deps/**/.*
|
!deps/**/.*
|
||||||
!.devcontainer/
|
!.devcontainer.json
|
||||||
!.devcontainer/.devcontainer.json
|
|
||||||
!test/fixtures/**/.*
|
!test/fixtures/**/.*
|
||||||
!.clang-format
|
!.clang-format
|
||||||
!.cpplint
|
!.cpplint
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user