Skip to content

Commit ca46fae

Browse files
committed
Remove maxNumberOfProblems
1 parent 52dcb43 commit ca46fae

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Diff for: hls-plugin-api/src/Ide/Plugin/Config.hs

-2
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ data Config =
5252
, checkProject :: !Bool
5353
, hlintOn :: !Bool
5454
, diagnosticsOnChange :: !Bool
55-
, maxNumberOfProblems :: !Int
5655
, diagnosticsDebounceDuration :: !Int
5756
, liquidOn :: !Bool
5857
, completionSnippetsOn :: !Bool
@@ -68,7 +67,6 @@ instance Default Config where
6867
, checkProject = True
6968
, hlintOn = True
7069
, diagnosticsOnChange = True
71-
, maxNumberOfProblems = 100
7270
, diagnosticsDebounceDuration = 350000
7371
, liquidOn = False
7472
, completionSnippetsOn = True

0 commit comments

Comments
 (0)