Przeglądaj źródła

Add virtualenv to settings.json

Mario Hüttel 2 lat temu
rodzic
commit
a19855b279
1 zmienionych plików z 3 dodań i 0 usunięć
  1. 3 0
      .vscode/settings.json

+ 3 - 0
.vscode/settings.json

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