Summary
I can't get the haxe language server to work. It seems to be due to helix not implementing the client/registerCapability response from the lsp server, but I'm fairly new to rust, this editor, and the LSP protocol itself, so it could be something wrong with my config for all I know.
Reproduction Steps
I tried this:
- Follow the install instructions on the github page.
- Fill in the
languages.toml file.
- Open up the log to see an error.
languages.toml
[[language]]
name = "haxe"
scope = "source.haxe"
injection-regex = "Haxe"
file-types = ["hx"]
roots = [ "build.hxml" ]
indent = { tab-width = 4, unit = " " }
language-server = { command = "node", args = ["/home/daniel/.node/haxe-server.js"] }
[[grammar]]
name = "haxe"
source = { git = "https://github.com/vantreeseba/tree-sitter-haxe", rev = "ca7ed7931a93a0434cd1f5d6bb6c333865fe711a" }
Helix log
helix.log
Platform
Linux
Terminal Emulator
alacritty
Helix Version
helix 22.12
Summary
I can't get the haxe language server to work. It seems to be due to helix not implementing the
client/registerCapabilityresponse from the lsp server, but I'm fairly new to rust, this editor, and the LSP protocol itself, so it could be something wrong with my config for all I know.Reproduction Steps
I tried this:
languages.tomlfile.languages.toml
Helix log
helix.log
Platform
Linux
Terminal Emulator
alacritty
Helix Version
helix 22.12