select linter #441
Answered
by
karthiknadig
rootsmusic
asked this question in
Q&A
-
In VS Code 1.84.0 on Windows, I installed and enabled several extensions including Python and Microsoft's linters. I've opened a .py file, and I don't see any error. In my command palette, why can't I find "Python: Select Linter" ("Restart Server" commands are available for three linters)? Thanks. |
Beta Was this translation helpful? Give feedback.
Answered by
karthiknadig
Nov 7, 2023
Replies: 1 comment 5 replies
-
@rootsmusic you can open Output > Pylint to see if there was any issue running linters. There is no select linter because once you install the Pylint extension, the linter is active. You don't need to turn it on. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You will not see Select linter. All linter extensions installed will automatically be active.