You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can you show me the pylint page? It is currently showing SSH FS page, I want to see what version of the extension is installed and if there are any update options. What is the version of VS code you have?
Looks like you are using a Virtual workspace. This is not supported by the pylint extension. You need to open this as a normal workspace. Only Pylance will work in this scenario.
I do see pylint command working fine from VS code terminal.
pip show pylint
Name: pylint
Version: 3.3.2
Summary: python code static checker
Home-page: https://github.com/pylint-dev/pylint
Author:
Author-email: Python Code Quality Authority [email protected]
License: GPL-2.0-or-later
Location: C:\Users\xxxx\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.11_qbz5n2kfra8p0\LocalCache\local-packages\Python311\site-packages
Requires: astroid, colorama, dill, isort, mccabe, platformdirs, tomlkit
Required-by:
I also see the following three options are unrecognized in settings.json
"python.linting.enabled": true,
"python.linting.pylintEnabled": true,
"python.linting.lintOnSave": true,
Python extension along with pylance and python debugger extensions are working fine.
Please help.
The text was updated successfully, but these errors were encountered: