How to disable pylance checking in vscode as ruff is already taking care of it? #4128
-
Apologies for posting here, ruff-vscode doesn't have a QnA page. Since I'm running my vscode on a shared remote server, I'd like to avoid as much extra computation as possible and pylance takes a lot of compute resources. |
Beta Was this translation helpful? Give feedback.
Answered by
whoisarpit
Apr 27, 2023
Replies: 1 comment 2 replies
-
Found a solution for reference: In [tool.pyright]
typeCheckingMode = "off" |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
whoisarpit
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Found a solution for reference:
In
pyproject.toml
, add