-
Notifications
You must be signed in to change notification settings - Fork 58
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve the performance of LSPFoldingReconcilingStrategy.applyFolding (…
…#1182) - Avoid so many calls ProjectionViewer.postCatchupRequest by computing a map from Position to FoldingAnnotation for existing annotations. - Use that map to determine if a new annotation needs to be created. - LSPFoldingReconcilingStrategy.updateAnnotations is no longer required/used so delete it. - Make markInvalidAnnotationsForDeletion private because the signature has changed. #1180
- Loading branch information
Showing
1 changed file
with
11 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters