From 16153b997c1d7ec64ee488a0e7c4519146337815 Mon Sep 17 00:00:00 2001 From: Sean McBride Date: Mon, 12 Apr 2021 15:00:23 +0000 Subject: [PATCH] chore: Use bash interactively --- .vscode/settings.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 45fd335..8fd085a 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -71,5 +71,11 @@ "**/.vscode": true }, - "shellformat.flag": "-ln=bash -i 0 -bn -ci -sr -kp" + "shellformat.flag": "-ln=bash -i 0 -bn -ci -sr -kp", + "terminal.integrated.profiles.linux": { + "bash": { + "path": "bash" + } + }, + "terminal.integrated.shell.linux": "bash" }