Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
DedSec256 committed Oct 9, 2024
1 parent 12812b1 commit 709d6d0
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,8 @@ and InferredTypeCodeVisionProviderProcess(fsFile, settings, daemonProcess, provi
not Shell.Instance.IsTestShell &&

settingsStore.GetIndexedValue((fun (key: CodeInsightsSettings) -> key.DisabledProviders), FSharpInferredTypeHighlighting.providerId) ||
settingsStore.GetValue(fun (key: FSharpTypeHintOptions) -> key.ShowTypeHintsForTopLevelMembers) <> PushToHintMode.Never
settingsStore.GetValue(fun (key: FSharpTypeHintOptions) -> key.ShowTypeHintsForTopLevelMembers)
.EnsureInlayHintsDefault(settingsStore) <> PushToHintMode.Never

if not isDisabled then
fsFile.ProcessThisAndDescendants(Processor(x, consumer))
Expand Down

0 comments on commit 709d6d0

Please sign in to comment.