Jimmy Byrd
Jimmy Byrd
I agree it can be annoying to have it pop up constantly. The flip side is seeing FSAC using your CPU and not knowing what it's crunching on. I'll make...
> First I want to make sure I'm understanding the underlying problem/motivations. Could you elaborate on what problem you're facing and what the ideal outcome is? Yeah absolutely. The underlying...
Yeah, there's a few other piece of info that would be "nice" to have as well, such as adding adding exception/TestOutcome information. I can send a PR so we can...
Happy to accept a PR for this 😄
I think https://github.com/demystifyfp/FsToolkit.ErrorHandling/pull/279/solves this
Yeah having a layer like Fantomas does currently was my thoughts as well but I don’t have the capacity to maintain another big repo like that.
> does FSharpLint do that as well? From what I remember [yeah it does](https://github.com/fsprojects/FSharpLint/blob/af75a008b7598a5131a0ecf22505a8701983cfca/src/FSharpLint.Core/Framework/ParseFile.fs#L40-L44). We could share an rsp file so it doesn't need to do additional cracking but unless...
> it gets pretty nasty when you save a file and it sends hundreds of lintrequest at the same time; linting takes from 5s to 20s per file (with critical...
I can't seem to reproduce this. Tooltips seem to work with no errors.
I do see we're not passing along error messages to the LSP Client which I fixed in https://github.com/fsharp/FsAutoComplete/pull/1248 so that should give better error messages for why it's not working....