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
{{ message }}
This repository has been archived by the owner on Mar 21, 2024. It is now read-only.
Some features potentially make a lot of calls to merlin in rapid succession and/or take a long time (relatively speaking) to complete. Examples of this are the codelens feature and diagnostic refreshing for the entire workspace (currently disabled). Find all references for workspace is another one since it will need to do searching and reverse lookups.
In order to keep the more interactive features like hover, outline, and code splitting responsive while these other features are executing, we should really be using a priority queue instead of just running everything in a straight sequence.
The text was updated successfully, but these errors were encountered:
Some features potentially make a lot of calls to merlin in rapid succession and/or take a long time (relatively speaking) to complete. Examples of this are the codelens feature and diagnostic refreshing for the entire workspace (currently disabled). Find all references for workspace is another one since it will need to do searching and reverse lookups.
In order to keep the more interactive features like hover, outline, and code splitting responsive while these other features are executing, we should really be using a priority queue instead of just running everything in a straight sequence.
The text was updated successfully, but these errors were encountered: