LSP crashes on large rust files in Windows #11144
-
SummaryWhen opening a large rust file, lsp crashes and can't be recovered with Reproduction StepsI tried this:
I expected this to happen: Instead, this happened: Helix log~/.cache/helix/helix.log
PlatformWindows 11 Terminal EmulatorWindows Terminal (Powershell) Installation MethodScoop Helix Versionhelix 24.3 (2cadec0) |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
This is almost certainly a RA bug. I cannot think of any way that would be related to helix. RA js encountering a stack overflow. The difference to vscode likely comes from the fact that the RA extension bundles RA and autoupdates to the latest nightly. With rustup you are likely using a stable ra release which would be much older. |
Beta Was this translation helpful? Give feedback.
This is almost certainly a RA bug.
I cannot think of any way that would be related to helix. RA js encountering a stack overflow. The difference to vscode likely comes from the fact that the RA extension bundles RA and autoupdates to the latest nightly. With rustup you are likely using a stable ra release which would be much older.