Make vscode use bash
This commit is contained in:
parent
399ef78c8a
commit
feba5f8bf7
1 changed files with 2 additions and 1 deletions
|
@ -25,5 +25,6 @@
|
||||||
"editor.insertSpaces": false
|
"editor.insertSpaces": false
|
||||||
},
|
},
|
||||||
"editor.fontLigatures": true,
|
"editor.fontLigatures": true,
|
||||||
"editor.fontFamily": "\"Fira Code\""
|
"editor.fontFamily": "\"Fira Code\"",
|
||||||
|
"terminal.integrated.shell.linux": "bash"
|
||||||
}
|
}
|
Loading…
Reference in a new issue