You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems OpenVSX is a successful implementation of the Visual Studio Code Registry, and has been used our friends from @eclipse-theia. I think it would be nice for us to move away from the private registry method and move the extension support to OpenVSX.
Another good benefit of this is that Enterprise customers can host their own registry using the same OpenVSX registry code.
The text was updated successfully, but these errors were encountered:
As an added bonus, this will also solve all of the listed extension issues we had previously here - as we can divert the requests to the plugin authors instead to support OpenVSX instead of Coder handling the burden.
The code-server extension marketplace currently supports over 20 times the number of extensions available in the OpenVSX registry. Please reference #1473 to track this issue.
It seems OpenVSX is a successful implementation of the Visual Studio Code Registry, and has been used our friends from @eclipse-theia. I think it would be nice for us to move away from the private registry method and move the extension support to OpenVSX.
Another good benefit of this is that Enterprise customers can host their own registry using the same OpenVSX registry code.
The text was updated successfully, but these errors were encountered: