-
-
Notifications
You must be signed in to change notification settings - Fork 442
Volar does not reload when script lang=ts src file changes #565
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
This is a design behavior that takes into account performance issues. #455 can completely solve this problem. Before that, I was still looking for alternatives. For now you can do that:
|
Just theoretically (without looking in how Volar works) We tried to change
But that didn't work |
This way have no performance problem, but the implement not as simple as it looks.
This is expected, only |
same problem, when use |
@johnsoncodehk I'm writing the script code into the same file of .vue file, still got this problem,and relative version is: 2022/4/16 15:04:20 |
Currently we always need to restart Volar via VS Code command
The text was updated successfully, but these errors were encountered: