Configure custom python interpreter path

This commit is contained in:
Jona Heitzer 2024-10-29 13:29:15 +01:00
parent 32946d2fe4
commit 99e9e52a8a

View File

@ -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"
}