Sfoglia il codice sorgente

Add virtualenv to settings.json

Mario Hüttel 2 anni fa
parent
commit
a19855b279
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  1. 3 0
      .vscode/settings.json

+ 3 - 0
.vscode/settings.json

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