${workspaceFolder} is not expanded in python.defaultInterpreterPath;
use a relative path instead.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
6 lines
158 B
JSON
6 lines
158 B
JSON
{
|
|
"python.defaultInterpreterPath": ".venv/bin/python3",
|
|
"python.terminal.activateEnvironment": true,
|
|
"jupyter.notebookFileRoot": "${workspaceFolder}"
|
|
}
|