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
The previous version of the rust-analyzer plugin, that was under the command id matklad.rust-analyzer was published to the open-vsx.org marketplace, which made the plugin available on a variety of editor deployments, such as gitpod.io.
Starting today I noticed that matklad.rust-analyzer extension has been moved to rust-lang.rust-analyzer, however in the move the extension has not been published with a non-pre-release release.
The only release available on open-vsx.org from today (or recently) is a pre-release version.
Could the extension continue to be published to open-vsx.org so that the extension is accessible to gitpod.io and other IDEs that use it?
The extension you were using from OpenVSX was almost a year old because it couldn't be published any more. This caused quite a few issues with newer toolchains. It is now available under the new namespace and a stable release will be published on Monday.
Unfortunately we couldn't upgrade and had to remove the old versions because the backend doesn't support namespace changes.
The previous version of the rust-analyzer plugin, that was under the command id
matklad.rust-analyzer
was published to the open-vsx.org marketplace, which made the plugin available on a variety of editor deployments, such as gitpod.io.Starting today I noticed that
matklad.rust-analyzer
extension has been moved torust-lang.rust-analyzer
, however in the move the extension has not been published with a non-pre-release release.The only release available on open-vsx.org from today (or recently) is a pre-release version.
Could the extension continue to be published to open-vsx.org so that the extension is accessible to gitpod.io and other IDEs that use it?
Related issue: gitpod-io/gitpod#14416
The text was updated successfully, but these errors were encountered: