sublimelsp / LSP-css

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

Is there a way to turn off color previews? #38

Closed trych closed 2 years ago

trych commented 2 years ago

Hi there,

I am using another package for color previews, so once the lsp color previews kick in I actually have two color previews.

20211009-185334_Screenshot_SublimeText

As I would like to keep using the other package (it offers some extra features), is there some way to turn of the lsp's color previews?

Thanks!

jfcherng commented 2 years ago

In LSP-css settings,

{
    "disabled_capabilities": {
        // prefer the ColorHelper plugin
        "colorProvider": true,
    },
}