Skip to content

Commit c5d9f36

Browse files
authored
Fix default terminal
1 parent 9dd7ffc commit c5d9f36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devcontainer/devcontainer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"CoenraadS.bracket-pair-colorizer"
1919
],
2020
"settings": {
21-
"terminal.integrated.shell.linux": "/bin/bash"
21+
"#terminal.integrated.shell.linux": "/bin/bash"
2222
},
2323
// Use 'forwardPorts' to make a list of ports inside the container available locally.
2424
"forwardPorts": [80],

0 commit comments

Comments
 (0)