I checked task manager, it shows this
Vs code takes about 30 seconds to load and within that time its just a blank screen, but the moment it does load it shows a window error message saying it isn’t responding.
I checked other issues and went to settings, turning the enable preview on workbench editor in the settings to false and scanning the system in terminal (which said it fixed a couple files but issue still persisted). I uninstalled and reinstalled, updated windows and disabled all extensions that I had on vs code and tried opening it again but nothing worked. Not sure what to do now.
2
Answers
Open the program once and when the error shows, close the program using the task manager. And try again, it was solved like this for me
You did try many solutions, try also following:
command prompt
typecode --disable-extension --disable-gpu --disable-telemetry --safe
. This will launch VS Code with all extensions disabled. If this works, then the issue is related toextensions
.File -> Preferences -> Settings -> Reset Settings
. It should reset VS Code settings to default.%APPDATA%Code
find and deleteCache
andCachedData
folders, then restart the editor