-
Notifications
You must be signed in to change notification settings - Fork 215
Extension uses 100% of CPU when files.excludes
contains a path starting with /
#1303
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
Comments
Hey, I've fixed some of these issues in v0.14.14 so not quite sure why this would still be happening:
|
I ran into this issue today and was able to resolve it using the suggestion from the thread on #1261 (comment). Just wanted to mention it here in case it might be helpful. Side note: quitting vscode would not kill the 100% |
Sure, the reproduction repository is this.
I guess VS Code settings are part of the reason for this issue because it doesn't happen when I delete files.exclude, files.watcherExclude, and search.exclude. |
Ah yes, there's a bug with files.exclude handling right now. Gonna try to fix that and push a release out in the morning. |
files.excludes
contains a path starting with /
I have a workaround and I'm gonna get a release out in the next 30m-ish (hopefully) |
That release is out now with the workaround — let me know if you run into any more issues |
What version of VS Code are you using?
v1.99.0
For example: v1.78.2
What version of Tailwind CSS IntelliSense are you using?
v0.14.14
For example: v0.7.0
What version of Tailwind CSS are you using?
Not using
For example: v2.0.4
What package manager are you using?
pnpm
For example: npm, yarn
What operating system are you using?
macOS
For example: macOS, Windows
Tailwind config
No config
// Paste the contents of your Tailwind config file here
VS Code settings
Reproduction URL
A public GitHub repo that includes a minimal reproduction of the bug. Please do not link to your actual project, what we need instead is a minimal reproduction in a fresh project without any unnecessary code. This means it doesn't matter if your real project is private/confidential, since we want a link to a separate, isolated reproduction anyways.
Describe your issue
When I open vscode with this extension, CPU becomes 100% all the time
Describe the problem you're seeing, any important steps to reproduce and what behavior you expect instead
The text was updated successfully, but these errors were encountered: