coder / vscode-coder

Open any Coder workspace in VS Code with a single click.
MIT License
49 stars 12 forks source link

Publish to OpenVSX #269

Open matifali opened 1 month ago

matifali commented 1 month ago

To support non-MS VScode versions, like Cursor IDE, that can not access the VSCode marketplace, investigate if we can publish to OpenVSX Registry. Coder depends on Remote Development, which is also exclusively available in VSCode marketplace.

code-asher commented 1 month ago

Supposedly Cursor uses anysphere.open-remote-ssh but that is not available in Open VSX either. I wonder if this one works instead: https://open-vsx.org/extension/jeanp413/open-remote-ssh

Or maybe anysphere.open-remote-ssh is included in the base distribution of Cursor? If so we could just remove the dependency, but then it would not work with VSCodium for example.