Skip to content

Commit

Permalink
Remove maxNumberOfProblems
Browse files Browse the repository at this point in the history
  • Loading branch information
jneira committed Mar 13, 2021
1 parent 52dcb43 commit ca46fae
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions hls-plugin-api/src/Ide/Plugin/Config.hs
Expand Up @@ -52,7 +52,6 @@ data Config =
, checkProject :: !Bool
, hlintOn :: !Bool
, diagnosticsOnChange :: !Bool
, maxNumberOfProblems :: !Int
, diagnosticsDebounceDuration :: !Int
, liquidOn :: !Bool
, completionSnippetsOn :: !Bool
Expand All @@ -68,7 +67,6 @@ instance Default Config where
, checkProject = True
, hlintOn = True
, diagnosticsOnChange = True
, maxNumberOfProblems = 100
, diagnosticsDebounceDuration = 350000
, liquidOn = False
, completionSnippetsOn = True
Expand Down

0 comments on commit ca46fae

Please sign in to comment.