Skip to content

Commit 728350a

Browse files
committed
document haskell.maxCompletions
1 parent 6bd22a1 commit 728350a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -298,6 +298,7 @@ Here is a list of the additional settings currently supported by `haskell-langua
298298
- Completion snippets (`haskell.completionSnippetsOn`, default true): whether to support completion snippets
299299
- Liquid Haskell (`haskell.liquidOn`, default false): whether to enable Liquid Haskell support (currently unused until the Liquid Haskell support is functional again)
300300
- Hlint (`haskell.hlintOn`, default true): whether to enable Hlint support
301+
- Max completions (`haskell.maxCompletions`, default 40): maximum number of completions sent to the LSP client.
301302

302303
Settings like this are typically provided by the language-specific LSP client support for your editor, for example in Emacs by `lsp-haskell`.
303304

0 commit comments

Comments
 (0)