sublimelsp / lsp_utils

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

Improve messaging on errors with Node.js and version resolving #94

Closed rchl closed 1 year ago

rchl commented 1 year ago

Previously there were many cases where the errors were confusing (#80, #92). Now it should be better as we'll print a nice log detailing what failed and what didn't meet expectations regarding Node.js.

(the code needs some refactoring but I have no resources for that right now)