Skip to content
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

File save-as always fails on first attempt #27329

Closed
NeilMacMullen opened this issue May 26, 2017 · 3 comments
Closed

File save-as always fails on first attempt #27329

NeilMacMullen opened this issue May 26, 2017 · 3 comments
Assignees
Labels
info-needed Issue requires more information from poster
Milestone

Comments

@NeilMacMullen
Copy link

  • VSCode Version: Code 1.12.2 (19222cd, 2017-05-10T13:20:36.315Z)
  • OS Version: Windows_NT ia32 10.0.15063
  • Extensions:
Extension Author Version
Bookmarks alefragnani 0.15.0
numbered-bookmarks alefragnani 0.9.1
cpptools ms-vscode 0.11.2
csharp ms-vscode 1.10.0
PowerShell ms-vscode 1.1.0

Steps to Reproduce:

  1. Create a new file
  2. Use File/Save -as to save it in a project

I always see this initial error....

Failed to save 'Persist.cpp': A system error occured (EBUSY: resource busy or locked, open 'c:... path......\Persist.cpp')

  1. Click retry - the file will be saved successfully.

I'm using git for source control - maybe there's a race condition here but this error happens consistently on two different machines across multiple projects.

@bpasero
Copy link
Member

bpasero commented May 28, 2017

I wonder if this issue is being caused by an installed extension. Can you try to run VS Code without extensions? From the command line (NOT the integrated terminal in Code), execute: code --disable-extensions and try your steps again to see if it reproduces. If you see it is an issue with the extension, please file it against the extension repository itself.

@bpasero bpasero added the info-needed Issue requires more information from poster label May 28, 2017
@bpasero bpasero added this to the Backlog milestone May 28, 2017
@vscodebot vscodebot bot closed this as completed Jun 4, 2017
@vscodebot
Copy link

vscodebot bot commented Jun 4, 2017

This issue has been closed automatically because it needs more information and has not had recent activity. Please refer to our guidelines for filing issues. Thank you for your contributions.

@sean-mcmanus
Copy link
Contributor

The cpptools extension will release a fix for this in our next update.

@vscodebot vscodebot bot locked and limited conversation to collaborators Nov 17, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
info-needed Issue requires more information from poster
Projects
None yet
Development

No branches or pull requests

3 participants