-
Notifications
You must be signed in to change notification settings - Fork 155
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
not working with neovim lsp #843
Comments
Your .NET version does look a bit old, I have |
This appears to be something wrong with the packaging of the dotnet tool version of fantomas. Ionide doesn't use this version of FSAC so it wasn't immediately apparent. If you look at the nuget package layout for 0.48.1, the Fantomas.Client dll isn't in the tools/net5.0/any folder as I'd expect it to be. We should investigate and fix this, then publish a new patch version of the dotnet tool. |
Taking a brief look, this is probably a transitive dependency issue. The Fantomas.Client dependency is a direct dependency of FsAutoComplete.Core, but only a transitive of FsAutoComplete, and we run |
This should be fixed in 0.48.2, which is being released now. Thank you for taking the time to report, I really want our vim/emacs/non-VSCode users to be happy with the experience overall :) |
when using fsautocomplete with neovim builtin lsp, lsp doesn't working
my fsautocomplete:
when i try to run
dotnet fsautocomplete --background-service-enabled
give me error like:Dotnet version : 5.0.205
fsautocomplete: FsAutoComplete 0.48.1 (git sha da8f783)
The text was updated successfully, but these errors were encountered: