-
-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Color references not always working in Sublime Text #252
Comments
Hi @niksy I installed the latest LSP-sass and noticed the default setting This is with the setting set to |
Yes, I’ve been using defaults from https://wkillerud.github.io/some-sass/user-guide/settings.html where that value is mentioned as false by default. Is this not true? Should this be updated? Where can we find full default values list? Is it this file: https://github.com/wkillerud/some-sass/blob/main/packages/language-services/src/configuration.ts |
It's correct for the Visual Studio Code extension, which has different defaults from the language server itself. You highlight a good point though. Correct documentation of settings default values is missing for language server users. I opened #255
Yes, those are the default settings used by the language server. |
Okay, closing this since this is now fixed, Volar related issue is a different beast :) |
Seems like it can be Sublime LSP issue: sublimelsp/LSP#2534 |
In which editor is this a problem?
Sublime Text
Describe the bug
When using only Sass LSP this is what code looks like:
Compare it with when CSS LSP is also used for that same code:
Notice how
$hello
variable gets it’s value recognized as color.I tried setting enabling
somesass.css.colors.enabled
but it doesn’t do anything.What's the expected result?
Colors are always recognized inside code.
Link to minimal reproducible example
No response
Participation
The text was updated successfully, but these errors were encountered: