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
426 stars 51 forks source link

Wrong URL followed when two columsn with URLs next to each other #162

Open miselico opened 8 months ago

miselico commented 8 months ago

When there are two columns with URLs next to each other, then clinking the first one with ctrl, opens a URL that is the concatenation of the two URLs.

mechatroner commented 8 months ago

Hello, could you please provide a file fragment that would allow me to reproduce the problem? BTW does switching the filetype from CSV to Plain Text fix this somehow?

git4me8you commented 5 months ago

Hi, seeing similar effect - the URL parsing does continue after the comma until the next space

image