URLs in CSV document not split by field #119696
Labels
bug
Issue identified by VS Code Team member as probable bug
editor-contrib
Editor collection of extras
insiders-released
Patch has been released in VS Code Insiders
verified
Verification succeeded
Milestone
Issue Type: Bug
When editing a CSV document, automatically-detected URLs (aka option+click to open) are often conjoined with the start of the following field. I presume the URL detection heuristic for plain text documents is reused for CSV documents. I propose that URLs are automatically closed on a comma.
Here is an example:
These are the URLs as currently delimited (only 1 is correct):
https://apod.nasa.gov/apod/ap170720.html,IC
https://apod.nasa.gov/apod/ap180402.html
https://apod.nasa.gov/apod/image/1707/MOSAIC_IC1396_HaSHO_blanco1024.jpg,https://apod.nasa.gov/apod/image/1707/MOSAIC_IC1396_HaSHO_blanco.jpg
https://apod.nasa.gov/apod/image/1804/SaturnRingsMoons_Cassini_967.jpg,https://apod.nasa.gov/apod/image/1804/SaturnRingsMoons_Cassini_967.jpg
VS Code version: Code 1.54.3 (2b9aebd, 2021-03-15T11:57:12.728Z)
OS version: Darwin x64 18.7.0
The text was updated successfully, but these errors were encountered: