We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 94c97e2 + a0d01bb commit c7784c7Copy full SHA for c7784c7
hls-plugin-api/src/Ide/Plugin/Config.hs
@@ -117,6 +117,7 @@ instance A.ToJSON Config where
117
, "completionSnippetsOn" .= completionSnippetsOn
118
, "formatOnImportOn" .= formatOnImportOn
119
, "formattingProvider" .= formattingProvider
120
+ , "maxCompletions" .= maxCompletions
121
, "plugin" .= plugins
122
]
123
0 commit comments