Operating system: happens on both macOS and windows
no other extensions enabled
Settings:
"somesass.suggestFromUseOnly": true
In the screenshot below it should suggest me border.$color, border.$radius, border.$size, ... Instead it suggests everything, including private variables, from the color file that is used by the border file.
It works properly when importing a file that's not using anything else:
Settings:
"somesass.suggestFromUseOnly": true
In the screenshot below it should suggest me
border.$color
,border.$radius
,border.$size
, ... Instead it suggests everything, including private variables, from the color file that is used by the border file.It works properly when importing a file that's not using anything else: