Open
Description
Hi,
Thanks for your great work.
I've got this problem with one of my projects:
when the extension is loaded/reloaded, it throws this error:
Failed to cache the class definitions during the iterations over the documents that were found: spawn ENAMETOOLONG
I tried to change the settings to see which files were causing this, but the error is always here even if I disable the cache for all files:
"html-css-class-completion.includeGlobPattern": "dummy.css"
and/or:
"html-css-class-completion.excludeGlobPattern": "**/*.*"
Would you have an idea to solve this?
Thanks