Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Background Extension Corrupts Cursor Installation #1466

Open
petersopko opened this issue May 24, 2024 · 4 comments
Open

Background Extension Corrupts Cursor Installation #1466

petersopko opened this issue May 24, 2024 · 4 comments

Comments

@petersopko
Copy link

petersopko commented May 24, 2024

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
Copy link

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.

@Ranamzes
Copy link

Maybe then you will give an opportunity to override css styles to users? Still vscode is valuable that it can be customised to the maximum extent possible. If it wasn't for this problem switching to cursor would be painless!

@Sogl
Copy link

Sogl commented Sep 20, 2024

Same after using custom CSS from here: leodevbro/vscode-blockman#141 (comment)

I wouldn't have done it without the Blockman extension bug showing up (the problem doesn't exist in VSCode): #1666

@DiegoHerreraGre
Copy link

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.

Yes, but you can add a toggle to turn off this notification, like VS Code. Cursor didn't inherit that feature from VS Code.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants