erlang_ls icon indicating copy to clipboard operation
erlang_ls copied to clipboard

OSX binary releases

Open codeadict opened this issue 1 year ago • 2 comments

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.

codeadict avatar Feb 01 '24 16:02 codeadict

Contributions are welcome! :)

plux avatar Feb 02 '24 13:02 plux

Thanks, PR incoming next week...

codeadict avatar Feb 02 '24 17:02 codeadict