Open
Description
Describe the Bug
Pyright has the following configurable settings when using it with an IDE like Zed, VSCode, etc.:
python.analysis.diagnosticMode [“openFilesOnly”, “workspace”]: Determines whether pyright analyzes (and reports errors for) all files in the workspace, as indicated by the config file. If this option is set to “openFilesOnly”, pyright analyzes only open files.
Currently, it appears that Pyrefly only supports the "openFilesOnly" diagnostic mode. Given the speed of Pyrefly, I believe it would make sense to implement support for the "workspace" mode as well.
Sandbox Link
No response
(Only applicable for extension issues) IDE Information
No response