File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed
Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change 1- # unreleased
1+ # 1.21.0
22
33## Features
44
55- Make ` inlay-hint ` for function parameters configurable (#1515 )
6+
67- Add custom ` ocamllsp/jumpToTypedHole ` to navigate through typed holes (#1516 )
8+
79- Add a code-action for combining pattern cases (just relaying on regex) (#1514 )
10+
811- Allow (by configuration) shortening of diagnostics (just highlighting the first line) (#1513 )
12+
913- Fix ` yojson_of_t ` for ` Nullable_option ` : serialize ` None ` as ` Null ` instead of asserting false (#1525 fixes #1524 )
1014
1115## Fixes
1216
1317- Support for ` class ` , ` class type ` , ` method ` and ` property ` for ` DocumentSymbol ` query (#1487 fixes #1449 )
18+
1419- Fix ` inlay-hint ` for function parameters (#1515 )
20+
1521- More precise diagnostics in the event of a failed identifier search (` Definition_query ` ) (#1518 )
22+
1623- Remove ` ocamlformat ` application after ` destruct ` (that remove some useful parenthesis) (#1519 )
1724
1825- Add a new server option ` standardHover ` , that can be used by clients to
You can’t perform that action at this time.
0 commit comments