-
-
Notifications
You must be signed in to change notification settings - Fork 447
Various features (type awareness, linting, etc) stop working randomly #4851
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
Same Issue here. |
Possibly due to tsserver crash, please check the logs and assign more memory. If still happening please provide a minimal reproduction. |
Also, the I just enabled TS Server logs. If I find anything of note, I will report back. |
@RayGuo-ergou Could you please provide details on how to check the logs? This is still an issue. We have to do a |
@RayGuo-ergou Please advise on how to check the logs. Which ones, specifically, and where? |
Did Output > Vue Language Server report any exceptions? You can also use |
@KazariEX Thanks, that's helpful info! I'll keep an eye on both of those next time the issue occurs. |
From the TS server logs, when things stop working:
|
+1, same logs as @ffxsam. I also see this stack trace:
How does anyone get work done like this? |
@snoozbuster Can you reproduce the operation that caused the error? |
@KazariEX when it's happening, it happens any time I open a TS or vue file |
So how do you make it happen? |
It happens randomly. Sometimes as soon as we open a project in VS Code, all cmd+clicks and IntelliSense in .vue files is busted and we have to do a I ruled out all VS Code extensions - none of them were the root cause. |
$300 USD bounty to anyone who can fix this issue. It's still happening on a daily basis, and causing us headaches as ESLint also stops working, so we miss potential issues. |
I'm sure you could just dump the code into ChatGPT and ask it to fix it for you. That should be WAAAAAY cheaper than paying a developer $300. |
Hilarious! But honestly worth a shot. 😄 Bug bounty on hold for now. |
Vue - Official extension or vue-tsc version
Official
VSCode version
1.93.1
Vue version
3.5.5
TypeScript version
5.5.4
System Info
package.json dependencies
Steps to reproduce
Unknown steps (sporadic misbehavior)
What is expected?
Basic features should work:
What is actually happening?
Randomly, these features stop working. To fix it, one needs to reload VS Code.
Link to minimal reproduction
No response
Any additional comments?
No response
The text was updated successfully, but these errors were encountered: