Kaynağa Gözat

Add virtualenv to settings.json

Mario Hüttel 2 yıl önce
ebeveyn
işleme
a19855b279
1 değiştirilmiş dosya ile 3 ekleme ve 0 silme
  1. 3 0
      .vscode/settings.json

+ 3 - 0
.vscode/settings.json

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