sublimelsp / LSP-eslint

ESLint support for Sublime LSP plugin
MIT License
36 stars 5 forks source link

Fix: Use ${node_bin} for the node binary #41

Closed rchl closed 3 years ago

rchl commented 3 years ago

With the latest version of lsp_utils a change was introduced [1] that allows using a locally managed node runtime instead of the system one. For that to work, the "node" command needs to use a variable.

[1] https://github.com/sublimelsp/lsp_utils/commit/403345a0c5c15e84802c712044c630a9fb236b9d

rchl commented 3 years ago

Also includes some refactoring and cleanup that I had lying around.