From 99e9e52a8a6a9edcd5f86024386334c6acbd551f Mon Sep 17 00:00:00 2001 From: Jona Heitzer Date: Tue, 29 Oct 2024 13:29:15 +0100 Subject: [PATCH] Configure custom python interpreter path --- .vscode/settings.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index f56cc94..6a4619a 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,5 +1,6 @@ { "extensions.autoUpdate": true, "extensions.autoCheckUpdates": true, - "extensions.ignoreRecommendations": false + "extensions.ignoreRecommendations": false, + "python.pythonPath": ".\\WPy64-31260\\python-3.12.6.amd64\\python.exe" } \ No newline at end of file