coc-extensions / coc-fsharp

coc.nvim integration for fsharp-language-server
Other
32 stars 3 forks source link

Upstream FSAC autocomplete fails with dotnet SDK 6~ #26

Open drewknab opened 2 years ago

drewknab commented 2 years ago

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 issue. Thought it might be nice to have an issue here while FSAC has an issue for anyone else struggling with it.