Browse Source

Add virtualenv to settings.json

Mario Hüttel 2 năm trước cách đây
mục cha
commit
a19855b279
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  1. 3 0
      .vscode/settings.json

+ 3 - 0
.vscode/settings.json

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