sublimelsp / LSP-tailwindcss

Tailwind css support for Sublime's LSP plugin
MIT License
54 stars 5 forks source link

remove is_allowed_to_start #35

Closed predragnikolic closed 2 years ago

predragnikolic commented 2 years ago

Let the server decide if it can run in the workspace or not.

This way the client extension will not prevent the server from running in a workspace supported by the server.

Plus the server now bundles the tailwindcss dependency, That was one of the reasons why we had the check in the first place. (because without that dependency the server didn't start)

closes #34