Skip to content

Commit 06d53c7

Browse files
build(.devcontainer.json): set zsh shell as default
1 parent ebdd63e commit 06d53c7

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.devcontainer/devcontainer.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,13 @@
77
"vscode": {
88
"settings": {
99
"go.gopath": "/go",
10-
"go.goroot": "/usr/local/go"
10+
"go.goroot": "/usr/local/go",
11+
"terminal.integrated.defaultProfile.linux": "zsh",
12+
"terminal.integrated.profiles.linux": {
13+
"zsh": {
14+
"path": "/bin/zsh"
15+
}
16+
}
1117
},
1218
"extensions": [
1319
"golang.go"

0 commit comments

Comments
 (0)