-
Notifications
You must be signed in to change notification settings - Fork 342
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Stuck in Saving 'foo.vue' Getting code actions from 'ESlint' or 'Vetur' #999
Comments
adding @dbaeumer for why ESLint is soo slow |
@liumt1993 since this very likely depends on ESLint version and Vetur / vue setup can you please provide me with a GitHub repository I can clone that demos this? |
This issue has been closed automatically because it needs more information and has not had recent activity. See also our issue reporting guidelines. Happy Coding! |
I also came across this. At the time I had:
It only happened intermittently and upgrading to |
I'll try it, and i found this issue it's not intermittently.There is a problem when you make the self-close tag to split, even make the tag self close again, there still have this problem. |
I need a GitHub repository that demos the problem to investigate. If not provided our bot closes issues automatically to keep the number manageable. |
same here
vscode infomations:
it seems come from the latest version of vscode. |
Actually the high CPU load is in the extension host not in the ESLint server (which would actually do the computation of the code actions). @heemoe can your reproduce this and could you share the repository? |
It seems fixed after add Here is some related settings
|
I made a risky decision and deleted the line. "editor.codeActionsOnSave": {
"source.fixAll": true
} |
Steps to Reproduce:
1.Write a self close tag, eslint will make tag self close
<router-link></router-link>
gonna be :
<router-link />
2.Make the tag split and insert value
<router-link>foo</router-link>
3.Execute Save action then VSCode Stuck in Saving 'foo.vue' Getting code actions from 'ESlint'
4.
Does this issue occur when all extensions are disabled?: No
The text was updated successfully, but these errors were encountered: