Skip to content

Commit

Permalink
Revert verbosity back to 0
Browse files Browse the repository at this point in the history
This matches merlin's default behavior

Signed-off-by: Rudi Grinberg <[email protected]>
  • Loading branch information
rgrinberg committed May 3, 2021
1 parent 3f10ceb commit bb8075d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# 1.6.1 (05/03/2020)

## Fixes

- Switch `verbosity` from 1 to 0. This is the same default that merlin uses.
The old value for verbosity (#433)

# 1.6.0 (04/30/2020)

## Features
Expand Down
2 changes: 1 addition & 1 deletion ocaml-lsp-server/src/document.ml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ let make_config uri =
let mconfig =
{ mconfig with
ocaml = { mconfig.ocaml with real_paths = false }
; query = { mconfig.query with verbosity = 1; filename; directory }
; query = { mconfig.query with filename; directory }
}
in
Mconfig.get_external_config path mconfig
Expand Down

0 comments on commit bb8075d

Please sign in to comment.