-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Linting issues duplicated in PROBLEMS panel with pre-release version 2024.23.2025012801 of ms-python.python extension #24783
Comments
You can turn on detailed logs by adding this to your user settings, and share the logs from Output> flake8 or Output> pylint
That should provide the logs that we need to file a report on VS Code. The extensions themselves haven been changed to cause such duplication. |
Here are the verbose logs for both pylint and flake8... |
From the logs, we report the issues only once, per update. This should be handled in VS Code.
|
@cmelaro Does uninstalling the |
Thanks for reporting this, it looks like there was a bug in two different places that caused this. Part of the issue was that we generated more than one event for interpreter change. Normally, that would be fine, but in this case it caused the pylint/flake8 extensions to start two separate servers. I will provide a fix for those as well. |
@karthiknadig Yes I was able to confirm that removing the |
Type: Bug
Behaviour
Linting issues duplicated in PROBLEMS panel with pre-relase version 2024.23.2025012801 of ms-python.python extension.
Steps to reproduce:
Diagnostic data
Output for
Python
in theOutput
panel (View
→Output
, change the drop-down the upper-right of theOutput
panel toPython
)Extension version: 2024.23.2025012801
VS Code version: Code 1.96.4 (cd4ee3b1c348a13bafd8f9ad8060705f6d4b9cba, 2025-01-16T00:16:19.038Z)
OS version: Darwin arm64 24.3.0
Modes:
python.languageServer
setting: PylanceUser Settings
Installed Extensions
The text was updated successfully, but these errors were encountered: