VS Code workspace settings point to project-local .venv so the correct Python interpreter is auto-selected on open. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
6 lines
177 B
JSON
6 lines
177 B
JSON
{
|
|
"python.defaultInterpreterPath": "${workspaceFolder}/.venv/bin/python3",
|
|
"python.terminal.activateEnvironment": true,
|
|
"jupyter.notebookFileRoot": "${workspaceFolder}"
|
|
}
|