Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rust Extension 'rust-lang.rust-analyzer' not found. #488

Closed
adrianovieira opened this issue Jul 13, 2022 · 2 comments
Closed

Rust Extension 'rust-lang.rust-analyzer' not found. #488

adrianovieira opened this issue Jul 13, 2022 · 2 comments

Comments

@adrianovieira
Copy link

Hi!

I am trying to install this vscode extension 'rust-lang.rust-analyzer', but it is not found (VSCode Marketplace Gallery1).

$ codium --install-extension rust-lang.rust-analyzer
Installing extensions...
Extension 'rust-lang.rust-analyzer' not found.
Make sure you use the full extension ID, including the publisher, e.g.: ms-dotnettools.csharp
Failed Installing Extensions: rust-lang.rust-analyzer

But if I download a VSIX release file from this repository it works like a charm.

$ codium --install-extension ~/Downloads/rust-analyzer-linux-x64.vsix
Installing extensions...
(node:33244) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.
(Use `codium --trace-deprecation ...` to show where the warning was created)
Extension 'rust-analyzer-linux-x64.vsix' was successfully installed.
$ codium --list-extensions --show-versions
rust-lang.rust-analyzer@0.3.1123

Footnotes

  1. Visual Studio Code Marketplace https://marketplace.visualstudio.com/items?itemName=rust-lang.rust-analyzer

@lnicola
Copy link

lnicola commented Jul 13, 2022

@filiptronicek
Copy link
Member

@adrianovieira really sorry for the delay, as @lnicola mentioned, this is waiting for EclipseFdn/open-vsx.org#1094 to be deployed. We are working on it!

Closing this in favor of rust-lang/rust-analyzer#11080. Thanks for your patience.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants