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
It includes scss folder as a global for scss preprocessor. Could you add an option for IntelliSense for this folder too? IntelliSense doesn't know anything about, but Angular and scss preprocessor in it knows that it's common path. And when I write something like @use 'mixins', scss preprocessor understands that this is _mixins.scss file from scss folder. But IntelliSense don't know about anything, so I don't have any help from it. Can you add such option for such global scss paths?
VS Code Version: 1.95.3
SCSS IntelliSense Version: latest
Operating System: Windows 11
Reproducible Case:
Option to set folder path for common scss files doesn't exists
Steps to Reproduce:
Go to VSCode
Open Settings of mrmlnc.vscode-scss and see that this option doesn't exist
The text was updated successfully, but these errors were encountered:
Hi, I'm working on Angular project and configured
angular.json
with such options:It includes
scss
folder as a global for scss preprocessor. Could you add an option for IntelliSense for this folder too? IntelliSense doesn't know anything about, but Angular and scss preprocessor in it knows that it's common path. And when I write something like@use 'mixins'
, scss preprocessor understands that this is_mixins.scss
file fromscss
folder. But IntelliSense don't know about anything, so I don't have any help from it. Can you add such option for such global scss paths?Reproducible Case:
Option to set folder path for common scss files doesn't exists
Steps to Reproduce:
The text was updated successfully, but these errors were encountered: