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
{{ message }}
This repository was archived by the owner on Apr 14, 2022. It is now read-only.
Nothing happens when using "Python: Run Linting" and there are no messages printed in the "Python" Output screen. I am running on a file for which I have known errors and for which pylint works correctly in the integrated terminal when I run it manually.
Value of the python.languageServer setting: Microsoft
Steps to reproduce:
Create a file with the following two lines:
x = 3
print(y)
Run the command "Python: Run Linting".
Logs
No log appears in Output for Python code or Developer panel. However, there is a Python error (jediProxy Error) that shows up in the Developer panel. Details are provided in the Logs section below.'
Output for Python in the Output panel:
Nothing from the command gets printed here
Output from Console under the Developer Tools panel:
Nothing happens when using "Python: Run Linting" and there are no messages printed in the "Python" Output screen. I am running on a file for which I have known errors and for which pylint works correctly in the integrated terminal when I run it manually.
I have confirmed:
I am running a remote session with "WSL: Ubuntu".
More data below.
"python.jediEnabled"set to; more info How to update the language server to the latest stable version vscode-python#3977): This setting doesn't existpython.languageServersetting: MicrosoftSteps to reproduce:
Create a file with the following two lines:
Run the command "Python: Run Linting".
Logs
No log appears in Output for Python code or Developer panel. However, there is a Python error (jediProxy Error) that shows up in the Developer panel. Details are provided in the Logs section below.'
Output for
Pythonin theOutputpanel:Output from
Consoleunder theDeveloper Toolspanel: