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
Would it be possible to make diagnostics support passing a list of files? Right now, and unless I'm wrong, there is only support for passing either one file or checking a project globally. Being able to pass a list of files would save time on multiple calls, and would make sure that every desired file is checked, as global diagnostics doesn't check for files that are in the classpath but not directly referenced.
The text was updated successfully, but these errors were encountered:
Would it be possible to make diagnostics support passing a list of files? Right now, and unless I'm wrong, there is only support for passing either one file or checking a project globally. Being able to pass a list of files would save time on multiple calls, and would make sure that every desired file is checked, as global diagnostics doesn't check for files that are in the classpath but not directly referenced.
The text was updated successfully, but these errors were encountered: