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
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:
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
The text was updated successfully, but these errors were encountered: