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
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).
My angular project is quite big, having lot of npm packages installed.
That's why I'm exuding the
node_modules
folder inExclude 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
The text was updated successfully, but these errors were encountered: