Skip to content

Commit e0c615b

Browse files
committed
remove vscode only item from change log
it's already mentioned in the vscode change log Signed-off-by: Rudi Grinberg <[email protected]>
1 parent 2d39c33 commit e0c615b

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

CHANGES.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -13,18 +13,6 @@
1313
Adding `rec` to the definition of `fact` will fix the problem. The new code
1414
action offers adding `rec`.
1515

16-
- Jump to the first hole on calling `Destruct` code action (only with client
17-
VSCode OCaml Platform) (#468)
18-
19-
Example: when a user invokes `Destruct` code action on `Some 1`, this code is
20-
replaced by `match Some 1 with None -> _ | Some _ -> _`, where the 1st and
21-
3rd underscores are "typed holes", a concept created by Merlin to be able to
22-
put "holes" in OCaml code.
23-
24-
With this change, now for VSCode OCaml Platform users, on such invocation of
25-
`Destruct`, the cursor will jump to the first typed hole and select it, so
26-
that user can start editing right away.
27-
2816
- Use ocamlformat to properly format type snippets. This feature requires the
2917
`ocamlformat-rpc` opam package to be installed. (#386)
3018

0 commit comments

Comments
 (0)