Skip to content

Commit

Permalink
update config.md
Browse files Browse the repository at this point in the history
  • Loading branch information
aspeddro committed May 25, 2023
1 parent d4111ab commit c0dac92
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ocaml-lsp-server/docs/ocamllsp/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ The ocamllsp support the folowing configuration. These configurations are sent t
```ts
interface config {
/**
* Enable Extended Hover
* Enable/Disabe Extended Hover
* @default false
* @since 1.16
*/
extendedHover: { enable : boolean }

/**
* Disable CodeLens
* Enable/Disable CodeLens
* @default true
* @since 1.16
*/
Expand Down

0 comments on commit c0dac92

Please sign in to comment.