-
-
Couldn't load subscription status.
- Fork 44
Description
Hi, I'm working on Angular project and configured angular.json with such options:
"stylePreprocessorOptions": {
"includePaths": [
"src",
"src/scss"
]
},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?
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