Skip to content

Problems with Haxe Language Server #6176

Description

@BioBox

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:

  1. Follow the install instructions on the github page.
  2. Fill in the languages.toml file.
  3. 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions