-
-
Notifications
You must be signed in to change notification settings - Fork 594
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
Vetur keeps file lock on asar files #1474
Comments
Not sure what's the issue. If you can find reproducible steps, feel free to reopen. |
@dbaumer Do you have any guess might be happening? I'm on language server library 5.3.0 |
I faced the same problem. problem:I am developing an electron app. This plugin locks the asar file and prevents electron from building. reason:The vs code was created with electron and has been modified to read asar files for speed. I found a useful URL with the extension * .asar. Steps to reproduce the problem:
problem! info:Platform: Windows Thank you for reading! |
@octref Need more information? |
After adopting V6 node-languageclient this should be fixed. You can track #1719. |
Info
Problem
Sometimes Vetur keeps a file lock on the output dir of my Vue CLI project
Reproducible Case
Hard to reproduce as it happens randomly
The text was updated successfully, but these errors were encountered: