sublimelsp / lsp_utils

Module with LSP-related utilities for Sublime Text
https://sublimelsp.github.io/lsp_utils/
MIT License
16 stars 6 forks source link

Support mac arm64 #60

Closed rchl closed 3 years ago

rchl commented 3 years ago

It seems like Mac ARM is supported from node 16 which is not ideal since some servers don't like to run on node > 14 currently.

jfcherng commented 3 years ago

do you mean the 'auto node installtion' from this dep?

rchl commented 3 years ago

Yes

jfcherng commented 3 years ago

I guess it is time to do https://github.com/sublimelsp/lsp_utils/pull/59 for M1 then.

rchl commented 3 years ago

Yes but see my point above.

jfcherng commented 3 years ago

Not sure partially working is better than nothing working?

rchl commented 3 years ago

But then we'd have to special-case Mac ARM as to not regress the existing platforms.