-
Notifications
You must be signed in to change notification settings - Fork 59
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
Extension installation fails with EPERM on windows when running with vscode-test #258
Comments
Seeing something similar, my test archives using vscode-test-cli are not extracting correctly and getting ENOENT because code.exe isn't there. |
@JustinGrote it sounds like you're hitting an issue that's fixed on the latest version of @vscode/test-electron |
@connor4312 you are correct, my dependency in the vscode-test-cli project didn't update. Nice catch. |
Looks like on the system where you are running this, you do not have permissions to do rename. Please fix it and re-run. |
@sandy081 in my case I do have permissions and it does work sometimes. Just repeating the same operation again and again it works after few attempts, after that point it start working every time. |
This message is coming from FileService CC @bpasero |
If you are using Here I assume that the file service is not being used, since the error message is coming from I would suggest to switch to using file service and set the |
@karthiknadig Is it possible to run with |
The text was updated successfully, but these errors were encountered: