Language server stops working on windows OTP 26
lukaszsamson opened this issue · 2 comments
lukaszsamson commented
Repro:
https://github.com/bmitc/elixir-airthings
trigger completions
Update:
This is OTP 26 regression erlang/otp#7838
OTP 25 is not affected
lukaszsamson commented
VSCode is terminating the connection because it gets corrupted message
"SyntaxError: Unterminated string in JSON at position 516888\n\tat JSON.parse (<anonymous>)\n\tat Object.decode (c:\\Users\\marty\\vscode-elixir-ls\\out\\extension.js:53847:45)\n\tat Object.thunk (c:\\Users\\marty\\vscode-elixir-ls\\out\\extension.js:52112:67)\n\tat Semaphore.doRunNext (c:\\Users\\marty\\vscode-elixir-ls\\out\\extension.js:51932:31)\n\tat Immediate.<anonymous> (c:\\Users\\marty\\vscode-elixir-ls\\out\\extension.js:51920:60)\n\tat process.processImmediate (node:internal/timers:476:21)\n\tat process.callbackTrampoline (node:internal/async_hooks:130:17)"
lukaszsamson commented
OTP 26.2.1 is out and with with fix for this issue