-
-
Notifications
You must be signed in to change notification settings - Fork 421
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
2.1.8版本代码提示极慢,恢复到2.1.6版本后正常 #4964
Comments
Please provide a minimal reproduction. |
I have the same issue. i have update to 2.1.8 and it make VSCode run with 100% CPU, have try to down 2.1.6 or up to newest 2.1.10 but no effect. Any help ? |
Same issue here. The issues does not appear immediately but some time later when developing. EDIT: still occurring with 2.1.6 and vscode 1.94.2 :( |
8 seconds of VSCode profiling shows it is full with thousands |
Good news: The GitHub issue in the vscode-goto-alias repo for reference: A 0.2.1 fix version was just released. It resolved it for me. |
It seems that this is not the only problem. Even without this plugin installed, the CPU usage remains high after some time, so there might be another issue causing it. |
My issue with high CPU usage was caused by this plugin. I hope this information can be helpful to you. |
I also have issue after 2.1.8 but really have no clues yet. After upgraded to version after 2.1.8 including 2.1.10, always failed on building, and I found out the root is because of
I have tried to added But the tricky part is, I have another project, which has been upgraded to 2.1.8 and 2.1.10 for vue-tsc, but that is no issue at all for that project. I have made sure the tsconfig.json file are the same for two projects. But it's still very hard for me to nail the root cause without useful information provided for which file is causing issue. The only clue is, if I change |
Vue - Official extension or vue-tsc version
^2.0.21
VSCode version
1.88.1
Vue version
^3.4.29
TypeScript version
~5.4.0
System Info
No response
package.json dependencies
Steps to reproduce
输入代码时
What is expected?
代码快速提示
What is actually happening?
代码提示很忙
Link to minimal reproduction
No response
Any additional comments?
No response
The text was updated successfully, but these errors were encountered: