Skip to content

Commit 63e54ed

Browse files
committed
build: tweaks to various devcontainer configs
Signed-off-by: Tierney Cyren <hello@bnb.im>
1 parent 4d90714 commit 63e54ed

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

.devcontainer/.devcontainer.json

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"name": "Node.js Core Developer Environment",
33
"extensions": [
4-
"eamodio.gitlens",
54
"github.vscode-pull-request-github",
65
"ms-vsliveshare.vsliveshare",
76
"vscode-icons-team.vscode-icons",
@@ -10,11 +9,11 @@
109
"dockerFile": "Dockerfile",
1110
"initializeCommand": "docker system prune -f -a",
1211
"settings": {
13-
"terminal.integrated.profiles.linux": {
14-
"zsh (login)": {
15-
"path": "zsh",
16-
"args": ["-l"]
17-
}
12+
"terminal.integrated.profiles.linux": {
13+
"zsh (login)": {
14+
"path": "zsh",
15+
"args": ["-l"]
1816
}
1917
}
2018
}
19+
}

.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
FROM nodejs/devcontainer:latest
1+
FROM nodejs/devcontainer:nightly

0 commit comments

Comments
 (0)