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
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
The text was updated successfully, but these errors were encountered:
Refs: #15949
Complexity: 3
Create Issue
Release Notes
For the existing setting
window.restoreWindows
a new choicepreserve
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:
The text was updated successfully, but these errors were encountered: