python / .vscode /settings.json
YYou3
update with pyright
4af9980
raw
history blame contribute delete
81 Bytes
{
"python.analysis.extraPaths": [
"./.venv/Lib/site-packages"
]
}