6 lines
149 B
JSON
6 lines
149 B
JSON
{
|
|
"python.defaultInterpreterPath": "./venv/lib/python",
|
|
"python.analysis.extraPaths": [
|
|
"./venv/lib/python3.10/site-packages"
|
|
]
|
|
} |