You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A new setting workbench.editor.closeOnFileDelete allows to keep editors open even if the file on disk is deleted from outside VS Code (e.g. external terminal).
verify this setting works and behaves as advertised
verify the title updates back to normal when the file is restored
test corner cases like deleting a dirty file, saving untitled file as file that was deleted, etc
The text was updated successfully, but these errors were encountered:
Refs: #11642
A new setting
workbench.editor.closeOnFileDelete
allows to keep editors open even if the file on disk is deleted from outside VS Code (e.g. external terminal).The text was updated successfully, but these errors were encountered: