sublimelsp / LSP-css

CSS, SCSS, LESS support for Sublime's LSP plugin
MIT License
37 stars 0 forks source link

chore: remove "enabled" from the settings file #6

Closed jfcherng closed 4 years ago

jfcherng commented 4 years ago

Unrelated but you could also remove "enabled": true from LSP-html.sublime-settings since it's not really read from there (it's supposed to be handled by removing or disabling package instead).

Feel free to handle it separately though.

https://github.com/sublimelsp/LSP-html/pull/4#issuecomment-600469443