Default to using Bash shell.

This commit is contained in:
Cutieguwu
2025-06-09 16:33:30 -04:00
parent 2cc16923cc
commit c02d4c1b07

View File

@@ -61,6 +61,13 @@
"button": "never",
},
// Use Bash as default shell
"terminal": {
"shell": {
"program": "bash",
},
},
// Language Overrides
"languages": {
"AsciiDoc": {},