Skip to content

Commit

Permalink
Limit the number of valid hole fits
Browse files Browse the repository at this point in the history
  • Loading branch information
expipiplus1 committed Jun 13, 2021
1 parent 7d7c2ef commit 5c7ea9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ghcide/src/Development/IDE/GHC/Compat.hs
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ setUpTypedHoles df
$ df
{ refLevelHoleFits = Just 1 -- becomes slow at higher levels
, maxRefHoleFits = Just 10 -- quantity does not impact speed
, maxValidHoleFits = Nothing -- quantity does not impact speed
, maxValidHoleFits = Just 10 -- quantity does not impact speed
}


Expand Down

0 comments on commit 5c7ea9b

Please sign in to comment.