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
Expected: an error output or even a notification popup if a linter crashes
Actual: no output even in the "output" tab.
Steps to reproduce:
Make a linter crash by any means. For example put an erroneous argument in the linter args. In my case it was --python-executable for mypy pointing to a non-existent path. Also I had a problem with a flake8 plugin which also led to a crash.
Make any change to a python file which must trigger the linter to output a message.
Don't get any linter messages and also no indication that the linter does not work.
Diagnostic data
Python version (& distribution if applicable, e.g. Anaconda): 3.10.6
Type of virtual environment used (e.g. conda, venv, virtualenv, etc.): Global
Value of the python.languageServer setting: Default
Output for Python in the Output panel (View→Output, change the drop-down the upper-right of the Output panel to Python)
Telemetry level is off
Experiments are disabled, only manually opted experiments are active.
LSP Notebooks experiment is disabled -- not using Pylance
LSP Notebooks interactive window support is disabled -- not in LSP Notebooks experiment
Python interpreter path: /usr/bin/python
Starting Jedi language server for Project.
Extension search path: /home/user/.local/share/vscode/extensions
> /usr/bin/python ~/.local/share/vscode/extensions/ms-python.python-2022.20.1-universal/pythonFiles/linter.py -m mypy --follow-imports=silent --ignore-missing-imports --show-column-numbers --no-pretty --python-executable=/not/exists/python ./file.py
cwd: .
##########Linting Output - mypy##########
Extension version: 2022.20.1
VS Code version: Code - OSS 1.74.2 (e8a3071ea4344d9d48ef8a4df2c097372b0c5161, 2022-12-21T19:31:36.460Z)
OS version: Linux x64 6.0.12-zen1
Modes:
Sandboxed: No
The text was updated successfully, but these errors were encountered:
Thanks for the bug report! We investigate issues in order based on priority and severity, which includes the impact it has on your ability to use the extension to do productive work, and the number of people affected. If other users come forward and leave a comment demonstrating they are seeing/reproducing the problem then we will raise this issue's priority.
Type: Bug
Behaviour
Expected vs. Actual
Expected: an error output or even a notification popup if a linter crashes
Actual: no output even in the "output" tab.
Steps to reproduce:
--python-executable
for mypy pointing to a non-existent path. Also I had a problem with a flake8 plugin which also led to a crash.Diagnostic data
python.languageServer
setting: DefaultOutput for
Python
in theOutput
panel (View
→Output
, change the drop-down the upper-right of theOutput
panel toPython
)User Settings
Extension version: 2022.20.1
VS Code version: Code - OSS 1.74.2 (e8a3071ea4344d9d48ef8a4df2c097372b0c5161, 2022-12-21T19:31:36.460Z)
OS version: Linux x64 6.0.12-zen1
Modes:
Sandboxed: No
The text was updated successfully, but these errors were encountered: