wkillerud / some-sass

Improved support for SCSS, Sass indented and SassDoc. Workspace awareness and full support for Sass modules.
https://wkillerud.github.io/some-sass/
60 stars 6 forks source link

fix: exclude sass globals if suggestFromUseOnly #211

Closed wkillerud closed 3 months ago

wkillerud commented 3 months ago

With the limitation that VSCode will still suggest them (at time of writing) because of the built-in SCSS language feature.

We could perhaps upstream a similar setting to microsoft/vscode-css-languageservice

Fixes #208