Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit a146d6f

Browse files
authoredMay 14, 2023
Merge branch 'main' into actions/tools-update-nghttp2
2 parents 8b94d2a + a7c16b2 commit a146d6f

File tree

7,401 files changed

+862287
-741017
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

7,401 files changed

+862287
-741017
lines changed
 

‎.devcontainer/.devcontainer.json

+19
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+
}

‎.devcontainer/Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
FROM nodejs/devcontainer:nightly

0 commit comments

Comments
 (0)