Parcourir la source

Add virtualenv to settings.json

Mario Hüttel il y a 2 ans
Parent
commit
a19855b279
1 fichiers modifiés avec 3 ajouts et 0 suppressions
  1. 3 0
      .vscode/settings.json

+ 3 - 0
.vscode/settings.json

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