-
Notifications
You must be signed in to change notification settings - Fork 30.4k
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
TypeScript - perf hooligan #71389
Comments
E.g. TypeScript caused 12359 freezes over 5 seconds with 1.32.3. That totals to a lot of time... |
#68896 is possibly related. |
One side effect I saw is cmd+hover stop working very often. I thought it was mouse event related bug and turns out to be that language service doesn't come back. |
@jrieken Where do we get this data from? I'd like to drill into how many sessions/machines this happens for |
The telemetry event is |
Seems likely this is the same issue with |
Although this could be #69822 In that case, calls to |
Moving this out since I need a perf log and #69822 doesn't have a response yet |
Closing as not actionable without a perf profile or repo. I haven't see any user reports of perf problems specific to the TS extension (not the server) but will keep an eye out |
Similar as #71381 and #71290, the TypeScript extension is pretty high up in the list of extensions freezing the extension host. We don't encourage users to file bugs 🤦♂️ when it's a built-in extension but we should drill into this...
The text was updated successfully, but these errors were encountered: