Skip to content

Commit

Permalink
fix(devcontainer): set default VS Code terminal profile to be bash
Browse files Browse the repository at this point in the history
Suggested in #29

Signed-off-by: ZHANG Yuntian <[email protected]>
  • Loading branch information
RadxaYuntian committed Aug 9, 2024
1 parent ed999df commit efe2f35
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
{
"customizations": {
"vscode": {
"settings": {
"terminal.integrated.defaultProfile.linux": "bash"
},
"extensions": [
"mkhl.direnv",
"github.vscode-github-actions",
Expand Down

0 comments on commit efe2f35

Please sign in to comment.