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): v2020.11.371526539
OS and version: Mac OS 10.15.7 (Catalina) and Mac OS 11.0.1 (Big Sur)
Python version (& distribution if applicable, e.g. Anaconda): 3.9.0, 3.8.6, 3.8.5
Type of virtual environment used (N/A | venv | virtualenv | conda | ...): Pipenv, venv
Relevant/affected Python packages and their versions: flake8, bandit, pycodestyle, mypy, pylint, autopep8, etc.
Relevant/affected Python-related VS Code extensions and their versions: N/A
Value of the python.languageServer setting: Jedi and Pylance
Expected behavior
When an enabled linter or formatter is missing, VS Code will present a popup via the Python extension to "Install" (along with other options)
Actual behavior
Missing linters are (occasionally) not prompted to install. No popup is presented. The Python extension output notes these are missing (see logs below) however. Occasionally, when replicating the issue, the first missing linter receives a popup to install but not always.
Steps to reproduce:
Enable a linter or formatter in VS Code Settings. For example,
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.
Uh oh!
There was an error while loading. Please reload this page.
Environment data
python.languageServer
setting: Jedi and PylanceExpected behavior
When an enabled linter or formatter is missing, VS Code will present a popup via the Python extension to "Install" (along with other options)
Actual behavior
Missing linters are (occasionally) not prompted to install. No popup is presented. The Python extension output notes these are missing (see logs below) however. Occasionally, when replicating the issue, the first missing linter receives a popup to install but not always.
Steps to reproduce:
Logs
Output for
Python
in theOutput
panelThe text was updated successfully, but these errors were encountered: