-
-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fsautocomplete is started with inexisting --background-service-enabled #66
Comments
Related: #63 In addition to this, I suspect that there was a change in the schema of FSAC's configuration JSON, and Ionide-vim won't work with the latest FSAC just by removing the I'll take a look at this later this week, but feel free to open a PR if you managed to fix the issue at your end. |
Also, downgrading FSAC to v0.58.0 may workaround the issue as my local FSAC is still v0.58.0 and it's working for me. v0.58.{1,2,3,4} might also work, but I haven't tested. |
It seems to load correctly when I set
in my
|
@cannorin/@rbaudin if you wouldn't mind, could you clone and try to use ionide/FsAutoComplete#1096 before I merge it to see if it fixes the issues you see? |
I tried to build it (Linux, dotnet 6) but it failed:
Not sure why there's a reference to a dotnet 5. I'm not sure I want to investigate this much further ;-) |
Got the same compilation error on my end too. I also tried the latest FSAC with the |
Removed in d41ef95. |
Describe the bug
fsautocomplete is started with inexisting --background-service-enabled which appears to be an old option that has been removed
To Reproduce
Steps to reproduce the behaviour:
~/.local/state/nvim/lsp.log
Unrecognized command or argument '--background-service-enabled'
An error is also reported in the editor.
Expected behaviour
fsautocomplete is started successfully with default config
Environment (please complete the following information):
0.59.4+a8b489d365c432aff1d83e0f4cfe275ce3d37878
It seems this is the problematic config: https://github.com/ionide/Ionide-vim/blob/master/autoload/fsharp.vim#L237
The text was updated successfully, but these errors were encountered: