From a5147631f630be66b232af14e8d5525fe88f50f7 Mon Sep 17 00:00:00 2001 From: James Bayley <36523314+jamesbayley@users.noreply.github.com> Date: Fri, 3 May 2024 13:09:53 +0000 Subject: [PATCH] Fix interpreter path --- .vscode/settings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 2b05ce2..d72454f 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -37,7 +37,7 @@ "powershell.suppressAdditionalExeNotFoundWarning": false, "python.analysis.autoFormatStrings": true, - "python.defaultInterpreterPath": "gazelle/python/.venv/bin/python", + "python.defaultInterpreterPath": "gazelle/.venv/bin/python", "python.languageServer": "Pylance", "python.testing.pytestEnabled": true, "python.testing.pytestPath": "pytest",