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
+1 for this. Alternatively, the ability to specify folders / globs that should be excluded could work too.
Our workspace has various jspm / npm packages installed and the notification at the top never completes with the errors in the status bar at the bottom relating to minified versions of installed packages (bootstrap / browser-sync / etc). Lots of these can be ignored.
As the first step, you can just read a glob pattern from a config file placed at the root of the project (I could tolerate that, given how helpful this extension is).
In future versions you could parse webpack (gulp, ...) config and pick up file globs from there.
This
"Option to allow the user to specify directories in which the extension will look for CSS classes"
Would be very helpful for myself as where I work out CSS and JavaScript is in a different directory.
Look forward for this being implemented
The text was updated successfully, but these errors were encountered: