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
Once for assists (quickfixes) and the other for diagnostics.
We can fix this locally by caching the diagnostics of the last file, or globally by making diagnostics queries. I believe a global solution is required anyway, since we want to run diagnostics for the whole workspace (perhaps only on save) eventually.
The text was updated successfully, but these errors were encountered:
Once for assists (quickfixes) and the other for diagnostics.
We can fix this locally by caching the diagnostics of the last file, or globally by making diagnostics queries. I believe a global solution is required anyway, since we want to run diagnostics for the whole workspace (perhaps only on save) eventually.
The text was updated successfully, but these errors were encountered: