Skip to content
Discussion options

You must be logged in to vote

ok i think i know what the problem is:

hx --version
helix 25.07.1 (a05c151b)
``

that commit, a05c151, is not the latest master but the commit of the 25.7.01 release. it seems that your hx binary does not point to ~/.cargo/bin/hx (maybe that isn't in the path), but instead picks up the version downloaded via your system package manager or app store or whatever.

the ~/.cargo/bin/hx correctly points to the new version of tree-sitter-javascript (3a837b6f3658ca3618f2022f8707e29739c91364).

as a last thing, can you run which hx? that should give you a path, that is not ~/.cargo/bin/hx, but somewhere else.

not entirely sure how to fix that (since i have no clue about macos), but i would first …

Replies: 6 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@babucarr32
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by babucarr32
Comment options

You must be logged in to vote
1 reply
@m4rch3n1ng
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #14691 on October 29, 2025 13:07.