-
Notifications
You must be signed in to change notification settings - Fork 29.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
VS Code becomes unresponsive on startup #130414
Comments
(Experimental duplicate detection) |
I also am experiencing this issue after upgrading. Windows 20H2 (OS Build 19042 1083). Log messages: C:\Program Files\Microsoft VS Code\bin>code --verbose --log debug --disable-gpu [main 2021-08-09T16:43:23.650Z] Starting VS Code C:\Program Files\Microsoft VS Code\bin>code --verbose --log debug --disable-extensions --disable-gpu [main 2021-08-09T16:45:42.591Z] Sending some foreground love to the running instance: 1956 C:\Program Files\Microsoft VS Code\bin>code --verbose --log debug --disable-extensions --disable-gpu [main 2021-08-09T16:45:57.424Z] Starting VS Code |
I'm still experiencing this issue, and cannot currently use VS Code. Please let me know if there is anything else I can provide to help identify the cause. |
I switched to the latest Insiders build (details below), and did not have this issue, so it seems to be specific to VS Code Insiders details |
I've been experiencing this as well. Started all the sudden in the middle of a coding session (VS Code window became unresponsive). Stopping the "BeyondTrust PowerBroker for Windows Service" service resolved the issue. More information in this issue: PowerShell/vscode-powershell#3077. I have BeyondTrust PowerBroker version 7.8.0.21 although I'm not sure what changed about that program to cause the sudden breakage since it has not been updated for some time. |
I meet this problem with v1.59.0 too. I download Insiders build for v1.60.0, it works. The error logs for v1.59.0 as below. C:\Program Files\Microsoft VS Code>code --verbose --log debug --disable-gpu C:\Program Files\Microsoft VS Code> |
I also reverted to |
Still seeing in |
Use both This is the only solution works for me. |
Thanks! That worked for me too on 1.63.2 |
Can you test our exploration builds which are based on a newer runtime and see if the unresponsiveness happens without the |
@deepak1556 1.64 fixes it for me! 🥳 Tested on a non-elevated corporate laptop that usually doesn't let me run half my programs without some sort of trouble. I was using @lwblackledge does 1.64 fix it for you too? |
Does this issue occur when all extensions are disabled?: Yes
Steps to Reproduce:
Error Messages:
When running via
code --verbose
this error is seen in the logs:[main 2021-08-09T16:14:11.757Z] CodeWindow: detected unresponsive
The text was updated successfully, but these errors were encountered: