Add virtualenv to settings.json

This commit is contained in:
Mario Hüttel 2021-12-29 01:09:29 +01:00
parent bd0db220e3
commit a19855b279

3
.vscode/settings.json vendored Normal file
View File

@ -0,0 +1,3 @@
{
"python.pythonPath": "${workspaceFolder}/venv/bin/python"
}