coc-fsharp
coc-fsharp copied to clipboard
coc.nvim integration for fsharp-language-server
Results
2
coc-fsharp issues
Sort by
recently updated
recently updated
newest added
The `--background-service-enabled` FSAC argument is deprecated since version 0.58.1, and it is crashing lang server initialization. This PR fixes this by removing this argument. The initialization bug can be observed...
Seems to be stemming from fsharp/FsAutoComplete#876. Not actually a coc-fsharp issue. Effecting Linux at the very least, just spent several hours debugging locally. Removing dotnet sdk 6~ fixed the autocomplete...