Laurențiu Nicola
Laurențiu Nicola
@romainreignier what if you download https://github.com/rust-analyzer/rust-analyzer/releases/download/2021-12-20/rust-analyzer-linux-x64.vsix and install it using the `Install from VSIX` command?
@samueltardieu are you sure it links to `musl` and not `glibc`?
I think what happens is that: - VS Code 1.61 added support for platform-specific dependencies - downloading the server binaries from GitHub is a bit of a pain for us...
I think we need to finally make an account on OVSX, and find someone to ping about the ovsx tool and backend.
https://github.com/eclipse/openvsx/issues/336
As a work-around, you can do one of these: - disable updates and update manually from a GitHub release every once in a while - use the non-free version of...
@najtin besides reverting https://github.com/rust-analyzer/rust-analyzer/issues/10483, there's not much we can do here. We could make a version with binaries for every platform, but currently we have no control over how things...
Update: OpenVSX has now removed the newer versions. Now if you install it [from there](https://open-vsx.org/extension/matklad/rust-analyzer) you will get an older, working version. I'll update the issue title accordingly.
@xsrvmy that one has no server and no download support for it. The idea is to use it if you're on an unsupported platform like 32-bit or some BSD. For...
Thank you @filiptronicek. I filed a claim in https://github.com/EclipseFdn/open-vsx.org/issues/952.