Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
rchiodo opened this issue Mar 25, 2024 · 0 comments
Assignees

Comments

@rchiodo
Copy link
Contributor

rchiodo commented Mar 25, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants