HTML-CSS-Class-Completion icon indicating copy to clipboard operation
HTML-CSS-Class-Completion copied to clipboard

spawn ENAMETOOLONG

Open migliori opened this issue 6 years ago • 1 comments

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

migliori avatar Dec 07 '19 18:12 migliori

Got the same error while trying to move folder in my project.

This is the vscode crash report

  • Issue Type: Bug
  • Extension Name: html-css-class-completion
  • Extension Version: 1.20.0
  • OS Version: Windows_NT x64 10.0.19043
  • VS Code version: 1.62.0
{
	"messages": [],
	"activationTimes": {
		"codeLoadingTime": 49,
		"activateCallTime": 2,
		"activateResolvedTime": 49170,
		"activationReason": {
			"startup": true,
			"extensionId": {
				"value": "Zignd.html-css-class-completion",
				"_lower": "zignd.html-css-class-completion"
			},
			"activationEvent": "*"
		}
	},
	"runtimeErrors": [],
	"runningLocation": 1
}

rbalet avatar Nov 08 '21 12:11 rbalet