Use virtual environment in VS Code

This commit is contained in:
James Murdza
2025-10-20 06:20:11 -07:00
parent a847289a8c
commit 967e80e845
+2 -1
View File
@@ -1,3 +1,4 @@
{
"python-envs.pythonProjects": []
"python-envs.pythonProjects": [],
"python.defaultInterpreterPath": "${workspaceFolder}/.venv/bin/python"
}