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: restore previously opened windows and editors on startup #111420

Closed
3 tasks done
bpasero opened this issue Nov 27, 2020 · 0 comments
Closed
3 tasks done

Test: restore previously opened windows and editors on startup #111420

bpasero opened this issue Nov 27, 2020 · 0 comments

Comments

@bpasero
Copy link
Member

bpasero commented Nov 27, 2020

Refs: #15949

Complexity: 3

Create Issue


Release Notes

For the existing setting window.restoreWindows a new choice preserve is added. Enable it and make sure the explanation is sufficient to understand that setting.

Note: always have some state of opened windows accumulated before testing (e.g. multiple windows with different folders opened) and always shutdown VSCode before testing anything below

Verify:

  • use the terminal to open VSCode on a folder when VSCode is not running and verify all your other windows from before also open
  • use the terminal to open VSCode on a code workspace file when VSCode is not running and verify all your other windows from before also open
  • use the terminal to open VSCode on a file when VSCode is not running and verify all your other windows from before also open and the file opens in either your last active window or the one that has the parent folder opened
  • associate VSCode to open file on double click and verify double click on a file restores all your previous windows and opens the file in either your last active window or the one that has the parent folder opened
  • Windows: right click "Open in VSCode" on a folder when VSCode is not running and verify all your other windows from before also open
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

4 participants