Running Save Participants
See original GitHub issueInfo
- Platform: Win
- Vetur version: 0.23.0
- VS Code version: 1.42.1
Problem
When saving a vue file, the file either will not save or takes a long time saving and the following message pops up:
Running Save Participants for 'File.vue': Quick Fixes
I have tested this with all extension disabled globally (not just workspace). I went though each individual extension to test it (which was painful), and Vetur was the only one causing this problem.
I have also searched the VSCode Issues and it seems a lot of people are having the “Running Save Participants” problem and some are reporting other extensions are having this problem as well, but for me it seems to be this extension specifically.
I then checked with one of my co-worker who also uses the same tools as I do. He does not have this problem. The only difference is the VS Code version he is using.
My Co-workers info
- Platform: Win & MacOS (same versions on both)
- Vetur version: 0.23.0
- VS Code version: 1.41.1
Then I checked with another co-worker. He’s on the same versions as I am, and he hasn’t seen the problem. So I have no clue wtf is the problem anymore.
So perhaps an issue with Vetur the latest VS Code version. But again, I have seen others reporting issues with other extensions causing this problem. I will be submitting a ticket to VS Code as well.
Reproducible Case
- Open vue file.
- Save file
- Notice that the “Running Save Participants” pops up and file takes a long time to save.
Issue Analytics
- State:
- Created 4 years ago
- Reactions:2
- Comments:11 (2 by maintainers)
Top GitHub Comments
I’m still seeing this issue even in 0.24.0. I’ve disable eslint and tslint vue and I still get high CPU usage after some time. The only plugin that VSCode says it is waiting on is Vetur. Also the Vue language server node process uses a lot of CPU, and no others do.
This remains a huge issue. I made a couple line changes in one of my Vue files and it took 3-5 minutes for it to run all the save participants. That’s essentially unusable.