Skip to content

Commit

Permalink
refactor: Update devcontainer.json to set default Linux terminal prof…
Browse files Browse the repository at this point in the history
…ile to zsh
  • Loading branch information
danielswiatek committed Sep 8, 2024
1 parent 4126969 commit fa8cb00
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,11 @@
"github.copilot",
"actboy168.tasks",
"Vue.volar"
]
],
"settings": {
"terminal.integrated.defaultProfile.linux": "zsh",
"terminal.integrated.profiles.linux": { "zsh": { "path": "/bin/zsh" } }
}
}
},
"onCreateCommand": {
Expand Down

0 comments on commit fa8cb00

Please sign in to comment.