Skip to content
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

Add support for large text files #14321

Closed
danechitoaie opened this issue Oct 24, 2016 · 1 comment
Closed

Add support for large text files #14321

danechitoaie opened this issue Oct 24, 2016 · 1 comment
Labels
*duplicate Issue identified as a duplicate of another issue(s)

Comments

@danechitoaie
Copy link

Now when you open a file that is a bit large you get a message that the file is too large and can't be opened.

Would it be possible to still allow the file to be opened in a "stream mode"? Basically you can disable the syntax highlight (and maybe other features that would be resource intensive to implement on large files) but open and read the file in chunks of data (what's needed to be displayed on screen) and load more as you scroll (up or down)?

@mrmlnc
Copy link
Contributor

mrmlnc commented Oct 24, 2016

Let's track in #9832

From @alexandrudima in #14257

@alexdima alexdima added the *duplicate Issue identified as a duplicate of another issue(s) label Oct 24, 2016
@vscodebot vscodebot bot locked and limited conversation to collaborators Nov 18, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
*duplicate Issue identified as a duplicate of another issue(s)
Projects
None yet
Development

No branches or pull requests

3 participants