We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d90714 commit 63e54edCopy full SHA for 63e54ed
.devcontainer/.devcontainer.json
@@ -1,7 +1,6 @@
1
{
2
"name": "Node.js Core Developer Environment",
3
"extensions": [
4
- "eamodio.gitlens",
5
"github.vscode-pull-request-github",
6
"ms-vsliveshare.vsliveshare",
7
"vscode-icons-team.vscode-icons",
@@ -10,11 +9,11 @@
10
9
"dockerFile": "Dockerfile",
11
"initializeCommand": "docker system prune -f -a",
12
"settings": {
13
- "terminal.integrated.profiles.linux": {
14
- "zsh (login)": {
15
- "path": "zsh",
16
- "args": ["-l"]
17
- }
+ "terminal.integrated.profiles.linux": {
+ "zsh (login)": {
+ "path": "zsh",
+ "args": ["-l"]
18
}
19
20
+}
.devcontainer/Dockerfile
@@ -1 +1 @@
-FROM nodejs/devcontainer:latest
+FROM nodejs/devcontainer:nightly
0 commit comments