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
Extension version (available under the Extensions sidebar): v2021.2.636928669
OS and version: Windows_NT x64 10.0.19041
Python version (& distribution if applicable, e.g. Anaconda): 3.8.5
Type of virtual environment used (N/A | venv | virtualenv | conda | ...): N/A
Relevant/affected Python packages and their versions: N/A
Relevant/affected Python-related VS Code extensions and their versions: N/A
Value of the python.languageServer setting: pylance or Microsoft
[NOTE: If you suspect that your issue is related to the Microsoft Python Language Server (python.languageServer: 'Microsoft'), please download our new language server Pylance from the VS Code marketplace to see if that fixes your issue]
Expected behaviour
pylint runs
Actual behaviour
pylint does not run
Steps to reproduce:
[NOTE: Self-contained, minimal reproducing code samples are extremely helpful and will expedite addressing your issue]
Create a Python file.
Set language server to pylance or Microsoft. (Python > Language Server)
Enable Python linting (Python > Linting: Enabled)
Enable linting via pylint. (Python > Linting: Pylint Enabled)
Ensure pylint is installed.
Enable lint on save. (Python > Linting: Lint On Save)
Open the Output window with Python selected.
Save the file.
Note that pylint is not run, as shown in the output.
Change language server to Jedi
Reload the window
Save the file.
Note that pylint is run.
Logs
The text was updated successfully, but these errors were encountered:
This is expected. Language Servers JediLSP, Pylance and Microsoft report problems themselves. To avoid collisions pylint is disabled by default when using any of these LS. You can explicitly enable pylint from settings, if you want to use it along with LS.
Environment data
python.languageServer
setting: pylance or Microsoft[NOTE: If you suspect that your issue is related to the Microsoft Python Language Server (
python.languageServer: 'Microsoft'
), please download our new language server Pylance from the VS Code marketplace to see if that fixes your issue]Expected behaviour
pylint runs
Actual behaviour
pylint does not run
Steps to reproduce:
[NOTE: Self-contained, minimal reproducing code samples are extremely helpful and will expedite addressing your issue]
Logs
The text was updated successfully, but these errors were encountered: