be5invis / vscode-custom-css

Custom CSS Plugin for Visual Studio Code. Based on vscode-icon
MIT License
875 stars 67 forks source link

Unable to make extention work in Cursor IDE #245

Open mrjxtr opened 6 days ago

mrjxtr commented 6 days ago

image

Additional Info:

  1. I have a dual boot system with Windows and vanilla Arch.
  2. I was able to make this work seamlessly on Windows.
  3. I initially encountered the same issue when using this with VScode but was fixed easily with:
    • sudo chown -R $(whoami) "$(which code)"
    • sudo chown -R $(whoami) /opt/visual-studio-code
    • sudo chown -R $(whoami) /usr/bin/code
  4. I used yay -S cursor-bin to install cursor.

What I tried:

  1. I tried to do the same with cursor, using which cursor and whereis cursor to locate cursor directory.
  2. I also did sudo chown -R $(whoami) /opt/cursor-bin

I understand that Cursor is an AppImage for linux and maybe that is the issue? but is there a fix?