added $ as a separation character but it is not detecting it
ppazos opened this issue · 2 comments
ppazos commented
I open a CSV with $ as separator and not detecting it as a separator
mechatroner commented
Unfortunately Rainbow CSV doesn't currently support "$" separator, see the table of supported separators here: https://github.com/mechatroner/vscode_rainbow_csv#supported-separators I will probably add "$" in the next version. My ultimate goal is to support all possible separators and sequences of separators, but this would require adjustment of VSCode core functionality, see #1
mechatroner commented
This should work now starting from version 3.0.0