Does this issue occur when all extensions are disabled?: Yes
- VS Code Version: 1.63.2
- OS Version: Windows 11
Steps to Reproduce:
- Start VS code without extensions :
code-insiders --disable-extensions
- Create new terminal in editor :
CTRL+SHIFT+P -> Terminal:Create New Terminal in Editor area to the side.
- Close vs code by clicking on 'x' button on app top right of the WIndow.
- Re-open vs code, see that the terminal in editor area is not restored.
Notes:
- Persistent sessions value set
"terminal.integrated.persistentSessionReviveProcess": "onExitAndWindowClose"
- No issues with the terminals in panel area. Terminal are restored correctly when vs code is restarted. Issue only with terminals opened in editor area,
Does this issue occur when all extensions are disabled?: Yes
Steps to Reproduce:
code-insiders --disable-extensions
CTRL+SHIFT+P -> Terminal:Create New Terminal in Editor area to the side.
Notes:
"terminal.integrated.persistentSessionReviveProcess": "onExitAndWindowClose"