-
-
Notifications
You must be signed in to change notification settings - Fork 398
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
Every time I start a project with the official Vue extension, I get an error in vscode from the change monitor #4848
Comments
Hey @cerm88, would you please list your installed extensions? Does it happen too when you only activate the vue extension? |
Hi @davidmatter the installed extensions are the following: By disabling the official Vue extension the problem is quickly eliminated, meaning that the problem is due to said extension. I also attached my Vue VSCode profile for you to try: |
I mean the other way around. Please try with an empty profile and only the Vue extension activated, thanks. |
can you check the typescript version attached to typescript extension? |
Remember that the Official Vue extension with TS is no longer available, and if I try to install it with .vsix it doesn't work either |
typescript server is always running underness, enable hybrid (take over mode) or not only changes the way to communicate with typescript server. Thus, it's very likely outdated typescript version would be the cause of this issue. |
@davidmatter @RayGuo-ergou |
Try to assign more memory to tsserver then. If still happening please create a minimal reproduction. |
Vue - Official extension or vue-tsc version
v2.1.6
VSCode version
v1.93.1
Vue version
v3.4.29
TypeScript version
Only Js and TS any version
System Info
package.json dependencies
Steps to reproduce
What is expected?
The Vue Devtools extension's file change monitor is expected to work seamlessly, detecting and reflecting in real-time any modifications made to Vue components. When you save changes to a .vue file, the component view is expected to automatically update to display the changes made.
What is actually happening?
Change monitor stops unexpectedly when saving changes to a Vue component, displaying the message "File Change Monitor stopped unexpectedly". This occurs consistently when working with large projects. The interruption of the change monitor forces you to manually reload the window to view the changes, which breaks your workflow.
Link to minimal reproduction
No response
Any additional comments?
No response
The text was updated successfully, but these errors were encountered: