diff --git a/src/FsAutoComplete/AssemblyInfo.fs b/src/FsAutoComplete/AssemblyInfo.fs index 1ce696d59..c6c7f5830 100644 --- a/src/FsAutoComplete/AssemblyInfo.fs +++ b/src/FsAutoComplete/AssemblyInfo.fs @@ -7,7 +7,7 @@ open System.Reflection [] [] [] -[] +[] do () module internal AssemblyVersionInformation = @@ -16,4 +16,4 @@ module internal AssemblyVersionInformation = let [] AssemblyDescription = "A command line tool for interfacing with FSharp.Compiler.Service over a pipe." let [] AssemblyVersion = "0.34.0" let [] AssemblyFileVersion = "0.34.0" - let [] AssemblyMetadata_githash = "c87ae1cbba26147d09e0c3755d8867e375bafa51" + let [] AssemblyMetadata_githash = "b7136cc090788339a079f55189b3330651ff76b0" diff --git a/src/FsAutoComplete/FsAutoComplete.Lsp.fs b/src/FsAutoComplete/FsAutoComplete.Lsp.fs index 5a020226b..db906271d 100644 --- a/src/FsAutoComplete/FsAutoComplete.Lsp.fs +++ b/src/FsAutoComplete/FsAutoComplete.Lsp.fs @@ -440,7 +440,6 @@ open LanguageServerProtocol.LspResult open FsAutoComplete open FSharpLint.Application.LintWarning open Newtonsoft.Json.Linq -open YoLo type PlainNotification= { Content: string }