-
Notifications
You must be signed in to change notification settings - Fork 676
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
Error: ETXTBSY: text file is busy #565
Comments
This really weird. I'm not sure what would cause that problem. Are you running in a VM, or is there anything else interesting about your setup? |
It's on a VM, I have only seen it once. |
Thanks! I was just curious because I found several references to running on VMs where searching for this particular error. It looks to me like you opening a project and it attempted to acquire OmniSharp (which it only does once). Then, you switched the project before it was finished, and it started trying to acquire it again without cancelling the previous attempt. So, they ran into conflict when the second download tried to overwrite the first one when it was already running. Thanks very much for the report! This is a good bug. |
This should be fixed with 1.5 release since we'll acquire OmniSharp before attempting to launch it. |
🎉 |
Environment data
dotnet --info
output:VS Code version:
C# Extension version: 1.2.2
Steps to reproduce
not sure. I switched project and it happened. I managed to capture the log. It started working when I restarted Omnisharp.
Expected behavior
not have any errors
Actual behavior
The text was updated successfully, but these errors were encountered: