-
-
Notifications
You must be signed in to change notification settings - Fork 597
Upgrade Vscode 1.51.1. This extension makes CPU usage too high #2468
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
Comments
|
@yoyo930021 |
Giving me information is a better way to determine this issue. |
@yoyo930021 |
Can you try to use old version extension? |
Can you give me a tree diagram of your project filename? cd project
npx -p tree-cli treee -l 100 -f -o output.txt -d provide output.txt file. |
You can decompress this file and install ext in vscode. |
Can you try to use it? |
Nope 👎 it's not working 😕 I also have installed Vuetify Pug snippet that depends on vetur |
I'm sorry about that. If not, #2468 (comment) |
Only occurs if I open a https://pastebin.com/FRsNbYcD (will explode after one week 😜) |
@Shinigami92 https://github.com/vuejs/vetur/blob/master/.github/PERF_ISSUE.md If you can follow the steps here, I'll thank you. |
Tomorrow |
Hope I did anything correct |
I try to revert some change. If it doesn't work, do it for me on one. |
even after uninstalling the versions and closing vscode, I need to kill the process I didn't installed Is it helpful to tell that my <template lang="pug" src="./Filename.pug" />
<script lang="ts" src="./Filename.ts" /> When I uninstall the vetur plugin and open a vue file, the problem is not there. So it's definitely vetur Do you think that a profile will help here? For me it's more a missing shutdown hook or destroy on close or something else |
The profile can help me where's it stuck? If you can provide a repro project, we'd appreciate it. |
I think I found your problem. And then your question is different from the original. |
I created an empty folder named The problem was not there Then I copy-pasted <template lang="pug" src="./Filename.pug" />
<script lang="ts" src="./Filename.ts" /> -> instant 99% core usage IMO the problem has to do something with |
Try this. |
#2468 (comment) WORKING 🎉 |
It's just a quick fix. |
Details about the situation
The text was updated successfully, but these errors were encountered: