Skip to content

Commit e8e2e65

Browse files
committed
Default to bash
1 parent 32c5443 commit e8e2e65

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
@@ -12,7 +12,10 @@
1212
"extensions": [
1313
"chenglou92.rescript-vscode",
1414
"biomejs.biome"
15-
]
15+
],
16+
"settings": {
17+
"terminal.integrated.defaultProfile.linux": "bash"
18+
}
1619
}
1720
},
1821
"postCreateCommand": ".devcontainer/postCreate.sh",

0 commit comments

Comments
 (0)