We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52dcb43 commit ca46faeCopy full SHA for ca46fae
hls-plugin-api/src/Ide/Plugin/Config.hs
@@ -52,7 +52,6 @@ data Config =
52
, checkProject :: !Bool
53
, hlintOn :: !Bool
54
, diagnosticsOnChange :: !Bool
55
- , maxNumberOfProblems :: !Int
56
, diagnosticsDebounceDuration :: !Int
57
, liquidOn :: !Bool
58
, completionSnippetsOn :: !Bool
@@ -68,7 +67,6 @@ instance Default Config where
68
67
, checkProject = True
69
, hlintOn = True
70
, diagnosticsOnChange = True
71
- , maxNumberOfProblems = 100
72
, diagnosticsDebounceDuration = 350000
73
, liquidOn = False
74
, completionSnippetsOn = True
0 commit comments