Skip to content

Commit

Permalink
build(.devcontainer.json): set zsh shell as default
Browse files Browse the repository at this point in the history
  • Loading branch information
KaiSchwarz-cnic committed May 21, 2024
1 parent ebdd63e commit 06d53c7
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,13 @@
"vscode": {
"settings": {
"go.gopath": "/go",
"go.goroot": "/usr/local/go"
"go.goroot": "/usr/local/go",
"terminal.integrated.defaultProfile.linux": "zsh",
"terminal.integrated.profiles.linux": {
"zsh": {
"path": "/bin/zsh"
}
}
},
"extensions": [
"golang.go"
Expand Down

0 comments on commit 06d53c7

Please sign in to comment.