Closed MangelMaxime closed 2 years ago
i'm hitting the same error, but it's in full VS and I don't have VSCode open. builds from the command line are working fine
Hey i just updated the readme sorry about the confusion "Untill I can sort out access to publishing new versions of the original extension, this is the working version of this extension F# Language Server updated"
Could you test with that version?
Hello @faldor20,
it seems to be fixed with your "fork".
Thank you
It seems like having my project open in VSCode when using fsharp-language-server makes
dotnet build
fails.If I close VSCode and run
dotnet build
then everything is ok.Reproduction:
git clone git@github.com:MangelMaxime/FSharp.Language.Server-Reproduction-2.git
let test = ""
inLibrary.fs
dotnet build
from the terminaldotnet build
You can verify that the problem doesn't occur when no project reference is being used.
reproduction_fsharp_lsp.fsproj
filedotnet build
The problem doesn't occur when using Rider, Ionide or VS so I think this is something specific to fsharp-language-server