janisdd / vscode-edit-csv

vs code extension to edit csv files with an excel like table ui
MIT License
221 stars 32 forks source link

Support for larger CSV files #160

Closed LostRuins closed 2 months ago

LostRuins commented 2 months ago

Right now, there seems to be a 50mb limitation for CSV files of 50mb. Is it possible for this to be raised, or at least configured in the settings?

janisdd commented 2 months ago

This is a vs code extension limit, see #88