-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The commit updates the monaco tokenization with the following improvements for performance: - skip tokenizations for lines exceeding the limit. - return partial tokenizations for line which take too long to tokenize. The fix ultimately resolves an issue which prevented large files from being opened and the application hanging. Signed-off-by: vince-fugnitto <[email protected]>
- Loading branch information
1 parent
a70c66a
commit 22f698b
Showing
1 changed file
with
6 additions
and
19 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