Files
texas-inspection-expenses/.vscode/settings.json
dadams 612d8c11e2 Fix VS Code interpreter path to use relative path
${workspaceFolder} is not expanded in python.defaultInterpreterPath;
use a relative path instead.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-02-25 12:27:41 -08:00

6 lines
158 B
JSON

{
"python.defaultInterpreterPath": ".venv/bin/python3",
"python.terminal.activateEnvironment": true,
"jupyter.notebookFileRoot": "${workspaceFolder}"
}