Environment:
- Cursor version: 3.3.27 x64
- macOS
- Extension version: 0.1.45
What I tested:
- Installed VSIX successfully
- Extension appears in:
cursor --list-extensions
extension.cjs exists correctly inside:
~/.cursor/extensions/cursor-remote.cursor-remote-0.1.45/dist/
- Started Cursor with:
--remote-debugging-port=9222
http://localhost:9222/json works correctly
Problem:
- No CursorRemote commands appear in Command Palette
- No CursorRemote activity bar icon appears
- No extension activation logs appear in Extension Host logs
open "cursor://command/cursorRemote.openSetup" does nothing
It looks like Cursor detects the extension but never activates/loads it.
Possibly incompatible with newer Cursor builds?
Environment:
What I tested:
cursor --list-extensionsextension.cjsexists correctly inside:~/.cursor/extensions/cursor-remote.cursor-remote-0.1.45/dist/--remote-debugging-port=9222http://localhost:9222/jsonworks correctlyProblem:
open "cursor://command/cursorRemote.openSetup"does nothingIt looks like Cursor detects the extension but never activates/loads it.
Possibly incompatible with newer Cursor builds?