We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Testing #23242
have "workbench.editor.closeOnFileDelete": false, "files.autoSave": "afterDelay"
"workbench.editor.closeOnFileDelete": false
"files.autoSave": "afterDelay"
open a file in the workbench
delete the file on disk outside vscode
the file remains in the tab, with the extra label "deleted from disk"
It is not clear how to restore the file. Ctrl+S does not restore the file. Doing an edit and pressing Ctrl+S seems to be the only way to restore it
The text was updated successfully, but these errors were encountered:
5f2dd90
Using Ctrl+S (or an explicit File > Save) you can now bring back a file that is deleted.
Ctrl+S
Sorry, something went wrong.
I'm running
Version 1.11.0-insider Commit 4076fec539a2bac23ae3ac8fc5c0d2c6f5bb0a1d Date 2017-04-04T10:20:58.501Z
I can't seem to save a file that's been deleted from the disk. Ctrl+S and File > Save both appear to do nothing. Am I doing something wrong?
@adzenith repro steps? video?
I can try it again tomorrow, but the steps were:
rm
This was on Ubuntu 14.04.
bpasero
No branches or pull requests
Testing #23242
have
"workbench.editor.closeOnFileDelete": false
,"files.autoSave": "afterDelay"
open a file in the workbench
delete the file on disk outside vscode
the file remains in the tab, with the extra label "deleted from disk"
It is not clear how to restore the file. Ctrl+S does not restore the file. Doing an edit and pressing Ctrl+S seems to be the only way to restore it
The text was updated successfully, but these errors were encountered: