Skip to content

Commit

Permalink
Set bash as the default terminal
Browse files Browse the repository at this point in the history
  • Loading branch information
epicserve committed Apr 3, 2023
1 parent 1070180 commit 6ccc1f5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,10 @@
"ms-python.python",
"ms-python.black-formatter",
"ms-python.isort"
]
],
"settings": {
"terminal.integrated.defaultProfile.linux": "bash"
}
}
}

Expand Down

0 comments on commit 6ccc1f5

Please sign in to comment.