Skip to content

Commit a7e6c53

Browse files
authored
add missing README on configuration option (#254)
Add `briefCompletions` option introduced in #197 to the README.
1 parent 5d46d6e commit a7e6c53

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ Server options that can be set via the `initializationOptions` object in the ini
6262
|`showImplicits`|`boolean`|Show implicits in hovers|
6363
|`showMachineNames`|`boolean`|Show machine names in hovers|
6464
|`fullNamespace`|`boolean`|Show full namespace in hovers|
65+
|`briefCompletions`|`boolean`|Insert only function name for completions|
6566

6667
## Code Actions Filters
6768
As per specification, client can filter requested code actions with the `context.only` field in the request parameters.

0 commit comments

Comments
 (0)