Closed amcguier closed 2 years ago
At least for me (OSX 12.6) the server crashes on boot without the adaptive flag and it runs with that flag provided. I could make that switchable with a variable if that's preferable.
At least for me (OSX 12.6) the server crashes on boot without the adaptive flag and it runs with that flag provided. I could make that switchable with a variable if that's preferable.
I confirm the crash on GNU/Linux. I just added a eglot-fsharp-server-args
(default: '("--adaptive-lsp-server-enabled")
) to to simplify the adjustment in the future.
Thanks a lot for your contribution! :rocket:
Glad to help!
The latest version of fsautocomplete removed the
--background-service
parameter which makes eglot crash on startup. This swaps to the updated parameter for lsp mode.--background-service
has been deprecated, switch to experimental adaptive lsp servicechange the
-v
parameter to--verbose
to align with the documentation