erlang_ls
erlang_ls copied to clipboard
v0.0.39 crashes when using Erlang OTP 26 on Windows 10
Describe the bug The extension crashes when using Erlang OTP 26
To Reproduce
- Windows 10 Pro 22H2
- Erlang OTP 26.0.2
- Clean portable installacion of VSCode-win32-x64-1.79.2
- Install Erlang LS v0.0.39
- Open an Erlang source file
Expected behavior The extension works as with Erlang OTP 25.3.2.3
Actual behavior The extension crashes. I've attached two files
- output.log: The output shown in the "Output - Erlang LS" panel
- server.log: The log generated by raising the extension debug level to "debug"
Context
-
erlang_ls
version (tag/sha): v0.0.39 - Editor used: VSCode-win32-x64-1.79.2
- LSP client used:
Myabe related to https://github.com/erlang/otp/issues/7459 ?
Have you tried using the latest OTP 26? If it's the same issue as @dgud mentioned then it should be fixed.