• 3 Posts
  • 11 Comments
Joined 2 years ago
cake
Cake day: June 13th, 2023

help-circle






  • Thanks for the overview. I’ll work with tutor and see how frustrated I get :D


    Regarding language servers:

    Recently, I got into this philosophy of “every project needs a declarative environment”. It means that there is a committed file that should contain all tooling need to work with the project. Compilers, formatters, test runners and also: language servers.

    This fights with vscode extensions which try to be clever and download their language server / bundle it into the extension itself. “No, rust-analyzer, I don’t want your build because it does not work with xtensa target arch I’m using in this project”.

    So actually, this ties nicely with helix not providing the language servers itself, but allowing you to bring your own.