getcursor / cursor

The AI-powered code editor
https://cursor.sh
20.57k stars 1.38k forks source link

Background Extension Corrupts Cursor Installation #1466

Open petersopko opened 1 month ago

petersopko commented 1 month ago

steps to reproduce:

  1. download the background extension
  2. set your background image to whatever
  3. reset the cursor
  4. notification about corrupted install should appear

when I uninstall the extension, the notification about corrupted install is gone

when I install it back again, it appears again

reinstalling cursor also doesn't work

The extension actually works as expected, the corrupted installation notif is just very annoying and appears on every launch of the cursor which I do quite a lot.

image
andrew-healey commented 1 month ago

Thanks for the report.

I think this is a security feature we've inherited from VSCode - technically, the background image extension is modifying the editor.

The same error message shows up on VSCode:

image

We probably won't change it, sorry. It's inconvenient for people using the background image extension, but it's probably overall a necessary feature.