-
Notifications
You must be signed in to change notification settings - Fork 30.6k
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
VSCode can't open large CSV file #16335
Comments
👍 |
What is the filesize limit? I have the same issue - a log file (tab separated) 76MB... No issues with other text editors. :( |
@tylerwaterfall export const MAX_FILE_SIZE = 50 * 1024 * 1024; It may be 50m size.. |
Let's not call this a large file, this is a medium file. Large files get in the range of 700MB - 4GB range. This is an important distinction because a lot of editors can open medium size files (100-400MB) but fail in the true large file size range. |
This file can now nicely be opened in the 64 bit version of vscode |
Awesome! 🤓 |
Steps to Reproduce:
@alexandrudima you asked for a new issue, for each unique case of large files, so here's mine. Let me know if you need anything else from me. #6474 #13187
Notes
Cheers,
Trevor Sullivan
Docker Captain
Microsoft MVP: Cloud & Data Center Management
https://trevorsullivan.net
https://twitter.com/pcgeek86
The text was updated successfully, but these errors were encountered: