pythonvisual-studio-codelinter

Python: Select linter isn't showing on the command palette on VScode


I have tried changing the linter through the command palette but I can't find the python:select linter option. I have switched to docstyle via the command palette before and now I'm trying to switch to Flake8. I am currently using Pylint, Please how can I resolve this issue?


Solution

  • Downgrade Python extension version to v2023.16.0.

    enter image description here

    However, this setting has been gradually deprecated, and lint extensions are now introduced, such as Pylint, flake8, mypy. You can directly install extensions to use instead of installing these modules in the python environment.