PTVS
PTVS copied to clipboard
Pylance has quite a few options that aren't represented in the VS Options Dialog
This options dialog:
Looks like it corresponds to these settings:
"python.analysis.diagnosticMode": "openFilesOnly",
"python.analysis.logLevel": "info",
"python.analysis.typeCheckingMode": "basic",
"python.analysis.importFormat": "absolute",
"python.analysis.stubsPath": "typings",
"python.analysis.typeShedPaths": [],
"python.analysis.indexing": false
There are bunch more settings available (some of which don't make sense, but some do).
It would be nice if there was a way to enter these other settings.