sublimelsp / LSP-dockerfile

Dockerfile support for Sublime's LSP plugin
MIT License
13 stars 0 forks source link

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

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