This commit is contained in:
2026-08-29 10:52:44 +00:00
parent 73fba17711
commit 59bf2c5ca9
11 changed files with 25 additions and 33 deletions
+2 -2
View File
@@ -1,9 +1,9 @@
{
"python.defaultInterpreterPath": "/home/tanshu/programming/barker/barker/.venv/bin/python",
"python.defaultInterpreterPath": "barker/.venv/bin/python",
"python.terminal.useEnvFile": true,
"python.interpreterPath": "/home/tanshu/programming/barker/barker/.venv/bin/python",
"python.venvFolders": [
"barker/.venv",
"frank/.venv",
".venv"
],
"python.venvPath": "${workspaceFolder}/barker",