When I run the hx -g build
command to build the tree-sitter grammars Helix throws the following error:
Building 123 grammars
123 grammars failed to build
Failure 0/123: Failed to execute C/C++ compiler
Failure 1/123: Failed to execute C/C++ compiler
Failure 2/123: Failed to execute C/C++ compiler
...
...
Failure 122/123: Failed to execute C/C++ compiler
Failure 123/123: Failed to execute C/C++ compiler
Running hx -g fetch
succeeds with this message:
Fetching 123 grammars
123 up to date git grammars
Tree-sitter grammars build successfully.
Installing Visual Studio build tools for C/C++ fixed it for me.