Open
Description
My angular project is quite big, having lot of npm packages installed.
That's why I'm exuding the node_modules
folder in Exclude Glob Pattern
setting (I don't want to have intellisense to files that I'm not really having/using in my project).
The problem of doing so is that it removes intellisense of all my global styles imported in angular.json file.
It would be awesome if we could have intellisense for angular global styles!
Thanks