-
-
Notifications
You must be signed in to change notification settings - Fork 413
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
2.0.10 causes TS server to crash repeatedly #4215
Comments
This may be related to memory usage. Please try setting If this doesn't work, please provide a reproduction so we can investigate. |
I went back to 2.0.10 and using that setting in my project's |
Actually, never mind. I restarted the editor and it happened again. I also just realized I had set my memory limit to 8192 previously (which I suppose doesn't work by default). I'm not sure how I could give a reproduction since a lot of my code is meant to stay private, the only details I can really give is that it's based on the Quasar Framework. |
I have the same issue, with same error message. It is most likely depends on either Vue extension or the last VSCode upgrade. Btw., extending ts server memory, as @johnsoncodehk suggested, didn't help. |
Hi there, I've also just updated to version 2.0.10 and VSCode 1.88.0 I also tried changing the configuration for the server's memory and it didn't work. My project is using vue@2.7.16 with vuetify@2 The log for the Window in vscode:
The log for the vue language server in vscode:
The log for the TypeScript in vscode:
|
@nklowns It seems that you have encountered the following assert. Perhaps you have a large But same, without reproduction I cannot investigate further. |
In the next version you can disable the typescript plugin by setting |
So I just updated to 2.0.10 and VSCode 1.88.0, and I noticed that no matter what the TS version is, it seems like the TS server will crash repeatedly while the extension is enabled.
Here is what shows up in the TS output, I can't seem to find any other logs:
and so on and so forth. So far, it only seems to happen with a certain project, which runs on the Quasar Framework.
It does not seem to happen with version 2.0.8. 2.0.9 and above will crash. I sometimes get an "EPIPE" error of some sort.
The text was updated successfully, but these errors were encountered: