Open
Description
Instead of listening to everything
HTML-CSS-Class-Completion/package.json
Lines 21 to 23 in 749536f
we could use something like:
"activationEvents": [
"onLanguage:css",
"workspaceContains:**/*.css"
],
which will only start the extension when there are css files on the entire workspace(including subfolders) or a css file is going to be created.
This will save memory and unneeded cpu usage.
(extracted from #114 (comment))