-
Notifications
You must be signed in to change notification settings - Fork 29.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OOM crash when searching from the viewlet in a file that consists of a single 100MB line #31551
Comments
@roblourens Do we restrict the search results preview in the viewlet to a region around the match or do we dump the entire matching line in the DOM ? |
Searching in files with long lines has always been an issue. Need to change how it's handled in the viewlet and also at every point upstream. I think there's another issue for this but I can't find it. With better large file support, I should work on this. |
@roblourens 👍 . I would consider this a low-priority, source code or log files that consist of a single 100MB line sound pretty unrealistic to me. |
verified but did see the other known issue of reporting one extra character on matches |
Testing #30243
VS Code crashes.
The text was updated successfully, but these errors were encountered: