Skip to content

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

Closed
jensengar opened this issue May 15, 2017 · 6 comments
Closed

Freezes VS Code #52

jensengar opened this issue May 15, 2017 · 6 comments
Labels

Comments

@jensengar
Copy link

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.

@zignd
Copy link
Owner

zignd commented May 15, 2017

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 zignd added the bug label May 15, 2017
@cgatian
Copy link

cgatian commented Jun 7, 2017

@zignd I dont know if this is related, but my VSCode no longer provides intellisense. Disabling the extension fixes, and enabling breaks.

@zignd
Copy link
Owner

zignd commented Jun 7, 2017

@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.

@cgatian
Copy link

cgatian commented Jun 7, 2017

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.

@bardiarastin
Copy link

I have the same issue on my large projects, vscode freezes when the extension is caching classes

@zignd
Copy link
Owner

zignd commented Oct 14, 2017

I guess this issue has been fixed in the latest update. Thanks to Erich Gamma for this great pull request #90.

@zignd zignd closed this as completed Oct 14, 2017
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

4 participants