PTVS icon indicating copy to clipboard operation
PTVS copied to clipboard

Pylance has quite a few options that aren't represented in the VS Options Dialog

Open rchiodo opened this issue 11 months ago • 0 comments

This options dialog:

image

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.

rchiodo avatar Mar 25 '24 22:03 rchiodo