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
Set Options - Python - Analysis - Diagnostic Mode to "Workspace"
The error in c.py is reported in "Error List"
Set Options - Python - Analysis - Diagnostic Mode to "Open files only"
The error message in the "Error List" is removed although c.py is open
Select c.py
The error in c.py is reported in "Error List"
Select a.py
The error in c.py is still reported in "Error List"
Expected behavior
Errors in all open files in the workspace should be reported all the time. [Or to preserve consistency the setting should be renamed to "active file only" and all messages from other files suppressed although that is not preferred]
I was able to repro this in vscode as well. I've filed an issue with Pylance, and we'll wait to hear what the team has to say about it. microsoft/pylance-release#5249
Steps to Reproduce
Expected behavior
Errors in all open files in the workspace should be reported all the time. [Or to preserve consistency the setting should be renamed to "active file only" and all messages from other files suppressed although that is not preferred]
Sample Code
The text was updated successfully, but these errors were encountered: