-
Notifications
You must be signed in to change notification settings - Fork 12.8k
TSServer slow when editing a webpacked file #24999
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
@sandersn can you please take a look |
Thanks @sandersn. I just tested the latest build from master and no longer see that error but the problem still exists. There is now this debug failure followed by a huge navtree that seems to contain a cycle or something:
|
Does this assert (and the previous assert) occur with a call to tsc? I guess that it should but I could be wrong. |
Also, the assert happens when merging module augmentations, which means that the program has (or the compiler thinks it has) syntax like |
Upgraded to 3.0@201806016. Seems to have Fixed the assertion failures and errors but I still see this file causing problems |
What kind of problems? |
Mainly that requests take a long to process, especially after any file edits |
Do you mind sending the server logs exhibiting the slowness? When I compile, I see compile times around 2 1/2 seconds, and responsiveness in emacs is not great but feels like it's less than a second to produce quick info, parameter help, etc. |
Log from VS Code with 3.0.0-201806016 I believe the problem is the absurdly large navtree response |
@Andy-MS can you take a look at the navtree issue.. |
From microsoft/vscode#51361
TypeScript Version: 3.0.0-dev.20180609
Search Terms:
Code
Open this file in VS Code: index.js.txt
Bug:
Intellisense stops working properly
Possible root cause is a
getJSDocTags
:The text was updated successfully, but these errors were encountered: