Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Jump Code actions #1376

Merged
merged 11 commits into from
Oct 3, 2024
3 changes: 3 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
- Fix fd leak in running external processes for preprocessing (#1349)
- Fix prefix parsing for completion of object methods (#1363, fixes #1358)


# 1.19.0

## Features
Expand All @@ -15,6 +16,8 @@

- Add a code-action for syntactic and semantic movement shortcuts based on Merlin's Jump command (#1364)

- Make MerlinJump code action configurable (#1376)

PizieDust marked this conversation as resolved.
Show resolved Hide resolved
## Fixes

- Kill unnecessary ocamlformat processes with sigterm rather than sigint or
Expand Down
Loading