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
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.
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.
Hi!
I am trying to install this vscode extension 'rust-lang.rust-analyzer', but it is not found (VSCode Marketplace Gallery1).
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.
rust-lang.rust-analyzer@0.3.1123
Footnotes
Visual Studio Code Marketplace https://marketplace.visualstudio.com/items?itemName=rust-lang.rust-analyzer ↩
The text was updated successfully, but these errors were encountered: