Hey folks, we have an extension for Cursor that depends on anysphere.remote-ssh
. Our extension needs to be installed automatically when the user opens a certain link (cursor://[extension-id]/…).
Earlier it worked, because we published our extension to the VS Code marketplace. But now it stopped working, since VS Code marketplace is apparently no longer visible in Cursor. So it seems we have to publish our extension to open-vsx now.
But open-vsx doesn’t allow to publish extensions that have unknown dependencies (not on open-vsx), and anysphere.remote-ssh
is not published to open-vsx. Is there any way out of this predicament?