Jason Axelson
Jason Axelson
It should all be possible with `git` dependencies (https://elixir-lang.org/getting-started/mix-otp/dependencies-and-umbrella-projects.html) so you wouldn't even need to create a hex package when setting it all up. Also it may be worthwhile to...
Ah, that is a good point. Yeah let's build the website from the tagged commits :+1:
Hi! This project currently doesn't have a logo. I could start looking into a logo, but it is very unlikely that it would be ready in the next couple of...
> I tested it on elixir-ls itself and it's not bad. Elixir-ls is a rather small project compared to the applications that many developers are running on which can have...
But if we upgrade vscode-elixir-ls at the same time nothing will break for end-user's right? I'm not aware of any other multi-workspace extensions.
This is caused because when compiling code, mix changes the current working directory, and the code that is used to fetch the `.formatter.exs` and compare file paths against it is...
@MrGrinst at ElixirConf this year I've made plans to start some regular pairing sessions with @zachdaniel on the Elixir core PR that I have started but that got stalled out....
I'm hoping to make use of https://github.com/asummers/plts/ in ElixirLS
I do agree that `elixir-ls` would be a better binary name than `language_server.sh`. Regarding releases, bakeware (lumen doesn't make sense since it isn't a complete version of OTP), or an...
This is an `lsp-mode` limitation https://github.com/emacs-lsp/lsp-mode/issues/713 I'm not sure that we can do anything to override that on the ElixirLS side. I did just start trying out a snippet that...