mechatroner / vscode_rainbow_csv

🌈Rainbow CSV - VS Code extension: Highlight CSV and TSV files in different rainbow colors to make them more readable
MIT License
417 stars 51 forks source link

First 2 columns are always the same (white) color #155

Open PandaWood opened 9 months ago

PandaWood commented 9 months ago

All my files show the first 2 cols the same color. It's clearly working because adding a 3rd (and 4th) col, both show up as a different color. But the first 2 always the same. This happens with at least 3 files, with varying numbers of cols so far.

version: 2023-12-02, 12:52:26

Is this a change or an expected thing?

id,name
1234,1st line check
1235,2nd line check
1236,3rd line check
mechatroner commented 9 months ago

Thank you for reporting! I need to learn a little more to debug this issue. What file type (language id) shows in the bottom right corner of the window, is it CSV or Dynamic CSV ? What color theme are you using? If you temporarily switch to "Dark Modern / Default Dark Modern" (File -> Preferences -> Theme -> Color Theme) does this resolve the problem? Also, do you see "CSVLint", "Align", "Query" buttons at the bottom? I would also really appreciate if you could send a screenshot. Thank you!

thoughtfuldata commented 6 months ago

@mechatroner I have the same issue with "Eva Dark Theme," using "Dark Modern/Default" fixes the issue. Do you have any recommendations on how I could fix the issue? Screenshot 2024-02-21 235727

Thanks for the "Align" tip!