-
Notifications
You must be signed in to change notification settings - Fork 85
Freezes VS Code #52
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
I'm aware of this problem, it was reported some time ago, and the solution is to create a language server. It's quite hard to reproduce, and it seems to occur when you have a workspace with lots of CSS files. I'm working on it on my free time, but I can't give you a due date. Thanks for taking your time to report it. :) |
@zignd I dont know if this is related, but my VSCode no longer provides intellisense. Disabling the extension fixes, and enabling breaks. |
@cgatian It is. When the extension takes too long to cache the classes, it compromises the VS Code as a whole. I will work on a language server tonight so that we can have this workload in a separate process. |
Can you provide an update to at least prevent the behavior? I maintain an extension package that this uses, and don't want others to run into the bug. |
I have the same issue on my large projects, vscode freezes when the extension is caching classes |
I guess this issue has been fixed in the latest update. Thanks to Erich Gamma for this great pull request #90. |
Not sure what information I can provide, but I thought I'd just report it. This addon freeze vs code for me. I verified this by disabling the extension. This happens every time in at least one of my projects. I have other projects that freeze occasionally but given that nature, there's no way for me to verify this extension is the cause of those. Happy to provide more information if directed.
The text was updated successfully, but these errors were encountered: