How are you using the lua-language-server?
Visual Studio Code Extension (sumneko.lua)
Which OS are you using?
Windows WSL
What is the issue affecting?
Other
Expected Behaviour
Language server running without problems
Actual Behaviour
I am in a dev-container using Debian 13 (trixie). Since 3.16.0, the language server is not running anymore.
error while loading shared libraries: libbfd-2.38-system.so: cannot open shared object file: No such file or directory
I have the libbfd installed but a newer version
> ldconfig -p | grep libbfd
libbfd-2.44-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.44-system.so
Rolling back to 3.15.0 for the moment did the trick
Reproduction steps
Test it on a Debian
Additional Notes
Great plugin BTW!
Log File
No response
How are you using the lua-language-server?
Visual Studio Code Extension (sumneko.lua)
Which OS are you using?
Windows WSL
What is the issue affecting?
Other
Expected Behaviour
Language server running without problems
Actual Behaviour
I am in a dev-container using Debian 13 (trixie). Since 3.16.0, the language server is not running anymore.
error while loading shared libraries: libbfd-2.38-system.so: cannot open shared object file: No such file or directoryI have the libbfd installed but a newer version
Rolling back to 3.15.0 for the moment did the trick
Reproduction steps
Test it on a Debian
Additional Notes
Great plugin BTW!
Log File
No response