You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I have been adding Erlang support for the Zed editor (https://zed.dev) at zed-industries/zed#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.
The text was updated successfully, but these errors were encountered:
codeadict
changed the title
OSX binaries in releases
OSX binary releases
Feb 1, 2024
Is your feature request related to a problem? Please describe.
I have been adding Erlang support for the Zed editor (https://zed.dev) at zed-industries/zed#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.The text was updated successfully, but these errors were encountered: