Use absolute path for venv interpreter in workspace settings
Relative paths are not resolved by VS Code for python.defaultInterpreterPath. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2
.vscode/settings.json
vendored
2
.vscode/settings.json
vendored
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"python.defaultInterpreterPath": ".venv/bin/python3",
|
||||
"python.defaultInterpreterPath": "/Users/dpadams/Repos/texas-inspection-expenses/.venv/bin/python3",
|
||||
"python.terminal.activateEnvironment": true,
|
||||
"jupyter.notebookFileRoot": "${workspaceFolder}"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user