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
I'd like to suggest publishing an additional extension variant without the bundled rust-analyzer binary, for two main reasons:
Reduce download size and time
Enable support for architectures not officially supported by VSCode (e.g., RISC-V and Loong64 on VSCodium)
Currently, users on these alternative architectures cannot install the extension due to architecture restrictions, even if they have rust-analyzer installed on their system manually.
Would it be possible to publish such a "no-server" variant alongside the current extension?
The text was updated successfully, but these errors were encountered:
Does OpenVSX support Loong64? Extensions have to specify their platform, which is how the marketplace knows which version to send. Last time I checked, only x86, x64 and arm were available.
Oh, I see, you want a different extension that's marked as portable. That would technically work, but it's more involved because of.. bureaucratic reasons.
While having two separate extensions does feel a bit awkward, I was thinking maybe just publishing the no-server variant to Open VSX would be sufficient.
I'd like to suggest publishing an additional extension variant without the bundled rust-analyzer binary, for two main reasons:
Currently, users on these alternative architectures cannot install the extension due to architecture restrictions, even if they have rust-analyzer installed on their system manually.
Would it be possible to publish such a "no-server" variant alongside the current extension?
The text was updated successfully, but these errors were encountered: