'Is there a way to fix the issue of Vscode freezing up in few seconds or minutes after its opened
I have been going back and forth searching why and how to fix this particular problem regarding Vscode
freezing up my whole working space including the host
, when I am in the middle of working on a project or immediately I open it. Preventing me from finishing up my projects. I am using Linux
on VirsualBox
. Is there an actual way I can fix
this problem? I know there have been other developers facing similar issues, but I have not being able to find a clear answer to solving this problem still.
Solution 1:[1]
Some things to try:
- Disable all your extensions. There are some extensions which might not play nicely with VirtualBox
- Disable settings sync
- Do a complete reinstall VSCode
If these fail, I would take some steps to verify that it is in fact VSCode that is causing your workspace to freeze.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|---|
Solution 1 | ExplosiveFridge |