Size Limit #98
Unanswered
mikelawell
asked this question in
Q&A
Replies: 2 comments
|
There are some settings from vs code like There is actually no specific code in the extension preventing large files support, only the check if (!vscode.window.activeTextEditor || !isCsvFile(vscode.window.activeTextEditor.document)) {
vscode.window.showInformationMessage("Open a csv file first to show the csv editor or file too large (> 50MB)")
return false
}So vs code don't return an However, if some of the ideas above works, I wouldn't recommend using this extension with such large files. Maybe another extension can handle such large files or maybe another editor? |
0 replies
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
There currently is a limit of 50 MB. Is there a way to override? I'm editing files as large as a GB.
I looked in the types.d.ts for a config but didn't see one.
All reactions