Skip to content

Commit bf51b31

Browse files
Update vsintegration/src/FSharp.Editor/Hints/HintService.fs
Co-authored-by: Andrii Chebukin <[email protected]>
1 parent 418c79f commit bf51b31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vsintegration/src/FSharp.Editor/Hints/HintService.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ module HintService =
2727
|> Seq.collect (InlineParameterNameHints(parseResults).GetHintsForUnionCase symbol)
2828
| _ -> []
2929

30-
hintKinds |> Set.toList |> List.map getHintsPerKind
30+
hintKinds |> Seq.map getHintsPerKind |> Set.toList
3131

3232
let private getHintsForSymbol (sourceText: SourceText) parseResults hintKinds (symbol, symbolUses) =
3333
let hints = getHints sourceText parseResults hintKinds symbolUses symbol

0 commit comments

Comments
 (0)