Skip to content

Commit

Permalink
Fix CompletionItemResolve
Browse files Browse the repository at this point in the history
  • Loading branch information
Krzysztof-Cieslak committed Jun 13, 2019
1 parent 5b41a37 commit db2bd0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/FsAutoComplete/FsAutoComplete.Lsp.fs
Original file line number Diff line number Diff line change
Expand Up @@ -519,7 +519,7 @@ type FsharpLspServer(commands: Commands, lspClient: FSharpLspClient) =
let (si, comment) = (TipFormatter.formatTip tip) |> List.collect id |> List.head
//TODO: Add insert namespace
let d = Documentation.Markup (markdown comment)
{ci with Detail = Some name; Documentation = Some d }
{ci with Detail = Some si; Documentation = Some d }
| _ -> ci
return success res
}
Expand Down

0 comments on commit db2bd0b

Please sign in to comment.