sublimelsp / LSP-css

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

chore: add hinting for disabled_capabilities for colorProvider #28

Closed jfcherng closed 3 years ago

jfcherng commented 3 years ago

As of LSP 4070-1.2.12, disabled_capabilities is per-client now. I guess this may be a FAQ to disable the color phantom provided by LSP-css if the user has another plugin which already does that.

image

So, adding this to the settings file may be helpful in that case.