-
Notifications
You must be signed in to change notification settings - Fork 27
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
Open a ~15MB file #22
Comments
Unfortunately, it's due to VS Code limitation, see microsoft/vscode#21869 |
Hello @stef-levesque . I think that it is no more a VS Code limitation. I tried and now I can open files more than ~15MB. I tried a 26 MB file and it opened in VS Code. And, in the link provided by you, alexandrudima could not reproduce the issue and the issue was closed. |
Thanks to the memory fixes in microsoft/vscode#30180 , the bottleneck is no more coming from memory, but from the time it takes to process the output of i.e. If you set I'll take another look, and see if I can provide a limited "preview" before loading the whole file in the background. |
@stef-levesque thanks Stef, I know that I can use a editor that focus only in the hex edition, but, I really love Visual Code and it would be nice to have an actual good option to those old hex editors. |
@rodrigokiller version 1.6.0 of this extension should better handle large files. You can try to set |
I know that this file is really big, but, I dont know why I can open it in Notepad++ with hex plugin, for example, and here I cant.
Thanks
The text was updated successfully, but these errors were encountered: