Keep Loading...
Is there an existing issue for this?
- [X] I have searched the existing issues
OS/Web Information
- Web Browser: Chrome
- Local OS: MacOS
- Remote OS: Linux
- Remote Architecture:
code-server --version: 4.90.3 and 4.91.0
Steps to Reproduce
- Run 4.91.0
- Create a HTML file
- Hover to a link from HTML comments
Expected
Should show a cmd + click
Actual
show a Loading..., then CPU usage higher like 99%, and this did not happen in version 4.90.3
Logs
No response
Screenshot/Video
Does this bug reproduce in native VS Code?
I did not test native VS Code
Does this bug reproduce in GitHub Codespaces?
I did not test GitHub Codespaces
Are you accessing code-server over a secure context?
- [X] I am using a secure context.
Notes
No response
I tried to reproduce in 4.91.0 with a test.html file with just the contents:
<!-- https://web.jefftuschool.com/test.html -->
But the Follow link tooltip shows up immediately for me without any loading or CPU issues. I tested Firefox and Chromium on Linux, so maybe it is only reproducible on macOS. Do you have any settings that might affect this? Maybe I have to enable something.
If you could load into https://vscode.dev or Codespaces and test it there, that would also be helpful since it seems likely to be an upstream issue with VS Code.
I've found that my repositories contain a different user, other than the current user. That's why causing the git server keep looking or searching... up the CPU. But this behavior was fine until version 4.90.3.
Thank you for the help!
Ah interesting! We should try retesting Codespaces and see if we can reproduce. Seems likely to be an issue with the built-in git extension.
Closing for now but let me know if you come back to this and are able to reproduce with Codespaces.