From 29e166891c9fdae8301cd27187c7d1bd4029c69f Mon Sep 17 00:00:00 2001 From: Giles Knap Date: Thu, 12 Oct 2023 11:44:21 +0000 Subject: [PATCH] try to make pythonpath for ioc-project --- .vscode/settings.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.vscode/settings.json b/.vscode/settings.json index f2785aa..7a77d43 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -7,4 +7,5 @@ "titleBar.activeBackground": "#800E42", "titleBar.activeForeground": "#FFFCFD" }, + "python.pythonPath": "/venv/bin/python3", } \ No newline at end of file