A frontend-independent IDE "smartness" server for Elixir. Implements the "Language Server Protocol" standard and provides debugger support via the "Debug Adapter Protocol"
Windows 11
OTP26
VSCode with extension ElixirLS: Elixir support and debugger v0.17.10
When writing an anonymous function with the wildcard "&" the server stops working.
How to reproduce the problem:
def foo() do
"foo"
|> (&
end
[Error - 8:14:09 AM] Stopping server failed
Error: Stopping the server timed out
at c:\Users\uhlik.vscode\extensions\jakebecker.elixir-ls-0.17.10\out\extension.js:89:9067
Windows 11 OTP26 VSCode with extension ElixirLS: Elixir support and debugger v0.17.10
When writing an anonymous function with the wildcard "&" the server stops working.
How to reproduce the problem: