7 lines
147 B
JSON
7 lines
147 B
JSON
{
|
|
"python.defaultInterpreterPath": "${workspaceFolder}/env/Scripts/python.exe",
|
|
"python.analysis.extraPaths": [
|
|
"${workspaceFolder}"
|
|
]
|
|
}
|