You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reproducible Case:
Angular project with SCSS component files. Reference a custom variable but don't define the custom variable. Try to build project. Verify console errors: SassError: Undefined variable. But scss file looks fine and is able to go-to variable definition if it exists in a different file.
I would expect to be able to see these sassErrors inline with the red underline. Would that be part of this extension? Or should that be enabled by default by vscode?
The text was updated successfully, but these errors were encountered:
Reproducible Case:
Angular project with SCSS component files. Reference a custom variable but don't define the custom variable. Try to build project. Verify console errors:
SassError: Undefined variable.
But scss file looks fine and is able to go-to variable definition if it exists in a different file.I would expect to be able to see these sassErrors inline with the red underline. Would that be part of this extension? Or should that be enabled by default by vscode?
The text was updated successfully, but these errors were encountered: