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

Test: backup and hot-exit #89236

Closed
2 tasks done
bpasero opened this issue Jan 24, 2020 · 1 comment
Closed
2 tasks done

Test: backup and hot-exit #89236

bpasero opened this issue Jan 24, 2020 · 1 comment

Comments

@bpasero
Copy link
Member

bpasero commented Jan 24, 2020

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:

  • 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)
@bpasero bpasero added this to the January 2020 milestone Jan 24, 2020
@JacksonKearl JacksonKearl removed their assignment Jan 28, 2020
@RMacfarlane RMacfarlane removed their assignment Jan 28, 2020
@RMacfarlane
Copy link
Contributor

Works great!

@vscodebot vscodebot bot locked and limited conversation to collaborators Mar 13, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants