Skip to content

Disable all linting in pylance #4249

Answered by rchiodo
stevenlis asked this question in Q&A
Apr 17, 2023 · 2 comments · 6 replies
Discussion options

You must be logged in to vote

You could set your language server to none?

"python.languageServer": "None"

Or do you still want completions but not have any errors show up?

To remove more errors you'd either have to do what you're already doing, or perhaps switch the typeCheckingMode to off if you haven't already:

"python.analysis.typeCheckingMode": "off"

Replies: 2 comments 6 replies

Comment options

You must be logged in to vote
5 replies
@stevenlis
Comment options

@erictraut
Comment options

@stevenlis
Comment options

@rchiodo
Comment options

@stevenlis
Comment options

Answer selected by stevenlis
Comment options

You must be logged in to vote
1 reply
@amzarmuzani
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
5 participants