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
This milestone, backup / hot-exit was rewritten to work with custom editors. This test plan item is to verify there are no regressions for existing text based editors.
Steps:
work with dirty files and dirty untitled editors
with default settings you should be able to quit VSCode (File > Exit) without getting asked to save and all dirty content is restored after next startup
turn hot exit off in settings and verify that quitting now will ask you to save/revert/cancel for each file or untitled editor
verify each of save/revert/cancel works as expected and you can close VSCode (unless you picked "Cancel")
verify that you can kill VSCode (literally the process) with dirty files and upon restart your content is still preserved (we backup after 1s delay after making content changes)
The text was updated successfully, but these errors were encountered:
Refs: #84672
Complexity: 3
This milestone, backup / hot-exit was rewritten to work with custom editors. This test plan item is to verify there are no regressions for existing text based editors.
Steps:
The text was updated successfully, but these errors were encountered: