-
-
Notifications
You must be signed in to change notification settings - Fork 416
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
Problems count goes bananas (up and down ad infinitum) #4519
Comments
@Gregoor What kind of errors are showing up in the |
thanks for getting back to me! I think the problems only show up in submodule files (so one needs to clone the repo recursively), and as soon as I open one of the submodule files, the error disappears and the problem count stabilizes (does no go bananas anymore). When I switch back to the other files, it goes bananas again. |
Actually I can't reproduce the problem count stabilizing, when opening a submodule file, anymore. Maybe I was just correlating some other random behavior |
Alright, as someone mentioned in #3981, using VSCode Insiders does resolve it. I'd still take an infinite loop as indicative of a deeper problem, but as I'm not a maintainer here, I can't say what has priority here. Thanks for working on this extension! |
Nevermind, the problem has returned, even with VSCode Insiders |
Can you provide more complete steps to reproduce? Such as how to clone recursively, whether to execute npm/pnpm install, and problems when switching from which file to which file. |
Sure! A |
I enabled logging vor the Vue language server and I did see a constant stream of
without me actually opening or closing documents. Not sure what it means |
Can you help us investigate the issue via remote desktop? |
@johnsoncodehk I'd prefer not to, for security reasons. I'd be happy to do a video call and follow instructions though! |
@Gregoor Video call sounds great, what is your discord ID? |
@johnsoncodehk it's |
Investigation record:
Other informations:
|
@Gregoor did you solve the problem? I have a similar situation with a looping call on my mac: On a project with a small number of files, this is almost unnoticeable - need to wait a long time for these logs to appear. On a large project, spam Trace occur immediately after it is opened. On a Windows computer, the same project opens without problems and the extension "Vue - official" works without problems. @johnsoncodehk I always have a problem, regardless of whether Hybrid Mode is on/off. |
Vue - Official extension or vue-tsc version
Vue - Official extension
VSCode version
1.90.2
Vue version
3.4.30
TypeScript version
5.5.2
System Info
Steps to reproduce
What is expected?
A calm editing experience that does not heat up my laptop
What is actually happening?
Screen.Recording.2024-07-01.at.16.29.45.mov
(the loop is not in the video but in reality)
Link to minimal reproduction
No response
Any additional comments?
This problem disappears when disabling the extension, hence it looks like the culprit
The text was updated successfully, but these errors were encountered: