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

Add an option to skip "npm install" for npm servers #81

Closed rchl closed 3 years ago

rchl commented 3 years ago

Some servers, like the new version of stylelint, bundle all dependencies and don't need to have any dependencies installed.

This is needed because having no dependencies defined results in no "node_modules" being created and messes up the logic that detects if the server is installed or not.

predragnikolic commented 3 years ago

This can also be used for LSP-tailwindcss.

rchl commented 3 years ago

And https://github.com/sublimelsp/LSP-leo @dev-sptg