erlang-ls / erlang_ls

The Erlang Language Server
https://erlang-ls.github.io/
Apache License 2.0
618 stars 136 forks source link

OSX binary releases #1495

Open codeadict opened 5 months ago

codeadict commented 5 months ago

Is your feature request related to a problem? Please describe.

I have been adding Erlang support for the Zed editor (https://zed.dev) at https://github.com/zed-industries/zed/pull/7093. Everything works perfect and loving the experience. Zed only works in OSX and for a better user experience, it would be nice to have Binary releases for OSX (arm64 and amd64) so the editor can download the LSP automatically, currently, users need to have erlang_ls in the path which is fine but not as snappy experience.

Describe the solution you'd like

I would like to contribute support for OSX binary releases in the release workflow github/workflows) /release.yml. Github Actions already have support for OSX and I have done that sort of work before. Happy to open a PR if that is ok with the maintainers here.

plux commented 5 months ago

Contributions are welcome! :)

codeadict commented 5 months ago

Thanks, PR incoming next week...