fix(settings): update Python terminal settings and default interpreter path

This commit is contained in:
Mason Daugherty 2025-08-06 23:37:40 -04:00
parent 346731544b
commit ae8f58ac6f
No known key found for this signature in database

View File

@ -77,4 +77,6 @@
"editor.tabSize": 2,
"editor.insertSpaces": true
},
"python.terminal.activateEnvironment": false,
"python.defaultInterpreterPath": "./.venv/bin/python"
}