For some reason two different types of line endings are showing (the normal faded ones showing LF that I normally see in VSCode, and the bright downward arrows that only show up in Cursor). If I toggle show/hide line endings, only the faded ones appear/disappear.
If they both disappear, it means one or multiple extensions are enabling them, so I’d recommend going through your extensions one by one to see which is causing the double-line endings to show!
Hopefully, the culprit extension has a setting to turn the line endings off!
@danperks Thanks for suggesting extensions, I disabled everything and did not see the arrows, so I started to go through my 70 extensions disabling 1 by 1, until I saw I had this installed! sohamkamani.code-eol I wonder if that’s causing it?
I have this installed in VSCode too (from probably years ago), but it is disabled. It seems Cursor does not carry the enabled/disabled state of the extensions when moving settings over. Mystery solved!
@uen you are a gentleman and a scholar! That was it! Thank you for pointing it out and thank you @danperks for the extension suggestion. I hadn’t got around to sifting through mine yet
It would be great if Cursor inherited the enabled/disabled setting of the extensions when importing them, but I’m not sure how tricky that might be to do.