-
-
Notifications
You must be signed in to change notification settings - Fork 170
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
Extremely large files display error "Open a file to toggle bookmarks" #31
Comments
Hi @adamzl , I could reproduce the problem 👍 . There seems to be an issue in VSCode core that erroneously says that there is no ActiveText. Unfortunatelly there is no workaround for that and I will have to report the problem to VSCode team, and wait for and alternative/solution, to have this fixed in the extension. Thanks for repoting. |
It seems, based on this VSCode issue, that this is by design, and large files will be invisible to extensions. Being so, there is no way to fix it, neither a workaround. Sorry about that. |
No worries, I'll always have Visual Studio for those monster-beast files. |
I have previously reported this System Failure and there are now many related issue reports al falling back to the Same Root Cause ...
We deal with very large text files when dealing with production problems. We have large data dumps, large log file sets, text based transaction snapshots and HTTP traffic, etc, etc. It is essential that we have an edit tool that Can handle files as large a the (disk) storage capacity. This is not some "new science", editors that can work on files bigger than memory have been around a very long time. What is most alarming is that a great many issues related to this are closed-off so there can be no input from end-users. It is well that I don't have a tin-foil hat. |
Hi @aplatypus , The VS Code limitation still remains today. I understand your point, and I agree that "it should work", but I can't do anything about it. So, I suggest you to upvote/comment on VS Code repo issues that talks about it. I found at least 3:
The good point is, when VS Code fixes this issue, I probably don't have to do anything on my side. |
When attempting to use any of the bookmark commands on a very large file (100,000 lines anecdotally) an info popup appears at the top displaying the message: "Open a file first to toggle bookmarks".
My reproduction:
The text was updated successfully, but these errors were encountered: