emacs-lsp / lsp-pyright

lsp-mode :heart: pyright
https://emacs-lsp.github.io/lsp-pyright
GNU General Public License v3.0
284 stars 24 forks source link

Use Eask for CI #71

Closed jcs090218 closed 2 years ago

jcs090218 commented 2 years ago

This is the same PR with https://github.com/emacs-lsp/lsp-java/pull/388.

jcs090218 commented 2 years ago

@seagle0128 Let me know what you think? Only when you have time!

Thanks! :)

seagle0128 commented 2 years ago

Thank you! But I wanna know why installing node?

jcs090218 commented 2 years ago

Eask is built on-top of the NodeJS runtime. It is use to parse command-line arguments using a npm package yargs.

I have planned to release with an executable, so we don't need to install node! :)