Where does the bug appear (feature/product)?
Cursor IDE
Describe the Bug
Cursor 3.14.7 logs a custom extension URI as handled, but does not load the installed extension into the extension host or invoke its onUri handler.
Steps to Reproduce
- Install
coder.coder-remote1.15.2. - Start Cursor 3.14.7 on Linux with a clean
HOMEand the standard~/.cursor/extensionsdirectory. - Open
cursor://coder.coder-remote/open?workspace=test&url=https://coder.example.com. - Repeat after Cursor finishes initialization.
Expected Behavior
Observed
renderer.log records the URI as handled, but extension-host initialization does not include coder.coder-remote, and there is no activation or URI-handler entry. On repeat, Cursor invokes workbench.extensions.installExtension even though the extension is installed.
Expected
Load the installed extension and invoke its registered onUri handler.
Operating System
Linux
Version Information
- Cursor 3.14.7
- VS Code 1.128.0
- Commit
a758f2241ca99fecf380180b6cbdbbce0f1f42c0 coder.coder-remote1.15.2
Does this stop you from using Cursor
No - Cursor works, but with this issue