Skip to content

spawn ENAMETOOLONG #231

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
migliori opened this issue Dec 7, 2019 · 1 comment
Open

spawn ENAMETOOLONG #231

migliori opened this issue Dec 7, 2019 · 1 comment
Labels

Comments

@migliori
Copy link

migliori commented Dec 7, 2019

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

@zignd zignd added the bug label Mar 4, 2021
@rbalet
Copy link

rbalet commented Nov 8, 2021

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
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants