skip to Main Content

Vscode was actively working on my ubuntu machine. Suddenly after a system restart the vscode started crashing on startup.
vscode version:
vscode version:

code verbose:

I tried uninstalling & re installing the VScode from snapstore but this wont work.

2

Answers


  1. Chosen as BEST ANSWER

    I found the solution by uninstalling the VScode from Snapstore. Then download the .deb vscode package from the official site and install it. The problem might be mixing the .snap package installation with the .deb package.


  2. I have issue too. My VScode was working fine yesterday(6-6-2024). But I think snap is automatically updated my vscode. Then when I open VSC, it’s immediately close.

    My solution is uninstall from snap store. Delete .vscode folder and ~/.config/Code folder. Then I downloaded deb package from official website and installed it. THEN BOOM! It’s working now.

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search