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

Cannot open plugin when Rainbow csv uses "dynamic csv" as language mode #114

Closed janisdd closed 1 year ago

janisdd commented 1 year ago

What OS?

Description

You cannot open the plugin if you have the rainbow csv extension installed and your file contains a multi line field. As a result the language type of the file is dynamic csv which is currently not registered as a csv file type. (Maybe there are other circumstances where rainbow csv switches to dynamic csv, I don't know)

Interestingly, you can't change the mode manually, as it always jumps back to "dynamic csv" automatically...

Expected behavior

Show the edit button.

Steps to reproduce

Have rainbow csv installed, open a file with a multi line csv field.

janisdd commented 1 year ago

Th button was just not displayed... With version 0.7.5 this is now fixed too