Files
texas-inspection-expenses/.vscode/settings.json
dadams 19c599c952 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>
2026-02-25 12:29:49 -08:00

6 lines
205 B
JSON

{
"python.defaultInterpreterPath": "/Users/dpadams/Repos/texas-inspection-expenses/.venv/bin/python3",
"python.terminal.activateEnvironment": true,
"jupyter.notebookFileRoot": "${workspaceFolder}"
}