janisdd / vscode-edit-csv

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

CSV-Files larger 50MB not supported by extension #159

Closed wrogner closed 1 month ago

wrogner commented 1 month ago

What OS?

Description

A clear and concise description of what the bug is. csv-file with 210MB (on disk) cannot be edited by edit-csv (switch to edit csv view -> Error: Open a csv file first to show the csv editor or file too large (> 50MB)

Expected behavior

Open csv-file switch to edit csv -> see the grid and editing mask

Steps to reproduce

open any csv-file larger than 50 MB

janisdd commented 1 month ago

This is a vs code extension limit, see https://github.com/janisdd/vscode-edit-csv/issues/88