vscode: Vscode become too slow after updating 1.77
Does this issue occur when all extensions are disabled?: Yes
- VS Code Version: 1.77
- OS Version: windows 11
Steps to Reproduce:
- just open React typescript project
About this issue
- Original URL
- State: closed
- Created a year ago
- Reactions: 12
- Comments: 22 (6 by maintainers)
Commits related to this issue
- Disalbe error handler extension-aware telemetry Causes slownes, investigated in https://github.com/microsoft/vscode/issues/178799. — committed to sergei-dyshel/vscode by sergei-dyshel a year ago
@mjbvz It happened for me in all code repos I tried, including public ones such as https://github.com/microsoft/vscode/. For now I can’t point to specific location in code and editing action where this problem reproduces 100%.
I can only confirm that disabling error handler telemetry (e.g. with https://github.com/sergei-dyshel/vscode/commit/122c48b6bf76fe52a1959fc5932fb1a07d8686a3) eliminates the issue.
When I have some more time I’ll try to investigate it a bit more.