Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit d4eecb5

Browse filesBrowse files
bnbMoLow
authored andcommitted
build: add devcontainer configuration
PR-URL: #40825 Reviewed-By: James M Snell <jasnell@gmail.com>
1 parent 7cfc00d commit d4eecb5
Copy full SHA for d4eecb5

File tree

Expand file treeCollapse file tree

3 files changed

+22
-0
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

3 files changed

+22
-0
lines changed
Open diff view settings
Collapse file

‎.devcontainer/.devcontainer.json‎

Copy file name to clipboard
+19Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"name": "Node.js Core Developer Environment",
3+
"extensions": [
4+
"github.vscode-pull-request-github",
5+
"ms-vsliveshare.vsliveshare",
6+
"vscode-icons-team.vscode-icons",
7+
"visualstudioexptteam.vscodeintellicode"
8+
],
9+
"dockerFile": "Dockerfile",
10+
"initializeCommand": "docker system prune -f -a",
11+
"settings": {
12+
"terminal.integrated.profiles.linux": {
13+
"zsh (login)": {
14+
"path": "zsh",
15+
"args": ["-l"]
16+
}
17+
}
18+
}
19+
}
Collapse file

‎.devcontainer/Dockerfile‎

Copy file name to clipboard
+1Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
FROM nodejs/devcontainer:nightly
Collapse file

‎.gitignore‎

Copy file name to clipboardExpand all lines: .gitignore
+2Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
.*
88
# Exclude specific dotfiles that we want to track.
99
!deps/**/.*
10+
!.devcontainer/
11+
!.devcontainer/.devcontainer.json
1012
!test/fixtures/**/.*
1113
!.clang-format
1214
!.cpplint

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.