Search code examples
pythonvisual-studio-codepylint

Pylint highlight and hovering bug on VSCode


VSCode doesn't highlight the linting problems.

Only highlights the "first letter".

There is no hovering option on the error also.

I tried to uninstall and install again python and/or vscode, with no success.

Pylint bug

The problems of pylint appear in the problems section on vscode so it is indeed working, just not as intended.

enter image description here


Solution

  • This issue is caused by the VSCode, You can downgrade the VSCode to version 1.61.2 to avoid this problem.

    enter image description here

    issue page on github.