Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Running Save Participants runs forever on File Save

Unfortunately I am not sure how to debug or even begin to debug this error. If someone can help me out it would be a huge help. I wish I could provide more info but essentially when I try to save a file, this comes up and it does not go away and runs forever. It prevents me from saving any file.

enter image description here

Things I have tried. 1. Restarting VS Code 2. Rebooting computer 3. Disabling all VS Code Extensions. 4. Updating VS Code and running as Administrator.

Any suggestions?

like image 750
Aquasar Avatar asked Feb 17 '20 23:02

Aquasar


2 Answers

In my VS Code, it's an issue that comes from an installed Extension.

How to find an extension did not work?

Open the Command Palette (macOS: CmdShiftP or Windows: CtrlShiftP), then type Show Running Extensions and enter.

enter image description here

If you have any Inactivation extension showed up here, reinstall or uninstall it will solve VSCode's slow issue.

enter image description here

like image 199
Long Nguyen Avatar answered Nov 20 '22 07:11

Long Nguyen


I don't know if this'll help you but I also just recently encounter this issue. And this is how I fix it:

  1. Close all tabs in vscode (try to revert any changes if possible).
  2. Close vscode itself and open it again.
  3. When you open vscode try to notice the initializing part at the bottom left, wait until it's done initializing.

enter image description here

  1. Now, try to edit any file and save it.
like image 7
Pepeng Hapon Avatar answered Nov 20 '22 07:11

Pepeng Hapon