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 loaded up the rust-analyzer plugin and found that it wasn't working on the appimage. I tried to run the binary it shows manually and it said "file or directory not found", doing a file rust-analyzer it reported that the interpreter was ld-musl. I checked with my vscodium version and it is ld-linux. Copying the binary from vscodium and it worked
Steps to Reproduce:
Get the Theia appimage from eclipse website and run it
Install rust-analyzer plugin
It will not work, the output tab will display an error
Additional Information
By getting the file inside the outputs tab it points to rust-analyzer --version. Using file to check it points to musl interpreter. Swapping it manually with the one from vscodium binary makes it work
Operating System: Linux
Theia Version: 1.50.1
The text was updated successfully, but these errors were encountered:
hsnoil
changed the title
Getting musl binaries version of an extension
Getting musl binaries version of an extension on glibc platform
Jun 18, 2024
Bug Description:
I loaded up the
rust-analyzer
plugin and found that it wasn't working on the appimage. I tried to run the binary it shows manually and it said "file or directory not found", doing afile rust-analyzer
it reported that the interpreter wasld-musl
. I checked with my vscodium version and it isld-linux
. Copying the binary from vscodium and it workedSteps to Reproduce:
Additional Information
By getting the file inside the outputs tab it points to rust-analyzer --version. Using
file
to check it points to musl interpreter. Swapping it manually with the one from vscodium binary makes it workThe text was updated successfully, but these errors were encountered: