-
Notifications
You must be signed in to change notification settings - Fork 30.2k
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
vscode hangs by hitting <tab> in the editor (easily reproducible) #8135
Comments
Reproduce on Mac with 1.3.0-Insider. |
@aeschli FYI. |
We use |
I can reproduce this as well using VS Code 1.5.2 on Windows 10. After 15 seconds I get the "The window is no longer responding" popup. |
@miparnisari Same here. |
@miparnisari @neculaiandrei It is an issue with emmet -> emmetio/emmet#453 |
If you don't use emmet, a workaround is to disable tab expansion with:
|
OMG @pavlos256 !! you're a life saver!! I had trouble with a It took days to find this workaround! No stacktrace, just hangs... No idea if there's a way to enable debugging to better find the root cause of this |
Fixed with #19655 |
Steps to Reproduce:
The editor hangs with 100% CPU on a core, needs kill -9 to die.
I am able to reproduce this every time without failure.
The text was updated successfully, but these errors were encountered: