8 lines
208 B
JSON
8 lines
208 B
JSON
{
|
|
"python.defaultInterpreterPath": "${workspaceFolder}/agent/.venv/Scripts/python.exe",
|
|
"python.analysis.extraPaths": [
|
|
"${workspaceFolder}/agent"
|
|
],
|
|
"python.terminal.activateEnvironment": true
|
|
}
|