We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d5283c commit 2da5c06Copy full SHA for 2da5c06
src/FSharpLint.Client/LSPFSharpLintService.fs
@@ -239,7 +239,7 @@ type LSPFSharpLintService() =
239
interface FSharpLintService with
240
member this.Dispose() =
241
if not cts.IsCancellationRequested then
242
- let _ = agent.PostAndReply Reset
+ agent.PostAndReply Reset |> ignore
243
cts.Cancel()
244
245
member _.VersionAsync(versionRequest: VersionRequest, ?cancellationToken: CancellationToken) : Task<FSharpLintResponse> =
0 commit comments