Skip to content

Commit 1fe49f0

Browse files
committed
Set bash as the default terminal
1 parent 34ad391 commit 1fe49f0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.devcontainer/devcontainer.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,10 @@
2828
"ms-python.python",
2929
"ms-python.black-formatter",
3030
"ms-python.isort"
31-
]
31+
],
32+
"settings": {
33+
"terminal.integrated.defaultProfile.linux": "bash"
34+
}
3235
}
3336
}
3437

0 commit comments

Comments
 (0)