Skip to content

Commit

Permalink
fix fsharp type name hints sticking RIDER-99895 (JetBrains#567)
Browse files Browse the repository at this point in the history
  • Loading branch information
nickplus11 authored Oct 10, 2023
1 parent 605a5a4 commit d0ce023
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ and [<SolutionComponent>] TypeHintAdornmentProvider() =
match highlighter.UserData with
| :? TypeHintHighlighting as thh ->
let data =
AdornmentData(thh.Text, null, enum 0, AdornmentPlacement.DefaultBeforeThisChar,
AdornmentData(thh.Text, null, AdornmentFlags.None, AdornmentPlacement.DefaultAfterPrevChar,
PushToHintMode.Default)

{ new IAdornmentDataModel with
Expand Down

0 comments on commit d0ce023

Please sign in to comment.