From e42e76ebc1d6aa4447ea9a6b34477e29f933330d Mon Sep 17 00:00:00 2001 From: zackees Date: Thu, 19 Oct 2023 11:19:29 -0700 Subject: [PATCH] adds git bash --- .vscode/settings.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index b6b1020..403f5de 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -7,7 +7,12 @@ ], "python.pythonPath": "venv/bin/python", "python.defaultInterpreterPath": "venv/bin/python", - "terminal.integrated.shell.windows": "C:\\Program Files\\Git\\bin\\bash.exe", + "terminal.integrated.defaultProfile.windows": "Git Bash", + "terminal.integrated.profiles.windows": { + "Git Bash": { + "path": "C:\\Program Files\\Git\\bin\\bash.exe" + } + }, "python.linting.pylintEnabled": true, "files.eol": "\n", // Unix "editor.tabSize": 4,