restore terminal session on startup issues when using both vscode and vscode insiders #136013
Labels
*as-designed
Described behavior is as designed
terminal-persistence
Relating to process reconnection or process revive
Issue Type: Bug
I always run both the regular and insiders version simultaiously (insiders for front end, regular for backend),
when I re-open my editors, the terminal shows "Session contents restored from [date] at [time]", and it does correctly show the previous commands, however when i press "up" to retrieve my prevous commands it looks like it is pulling it from the regular version, as it gives me "npm run watch" which i only ever run on the backend (regular version) and never on the insiders version.
expected behaviour is that it would give me "npm run serve" which is the last command i used in the insiders integrated terminal
step by step:
run vscode and vscode insiders with bash integrated terminal for each
run npm run serve on insiders, and npm run watch on regular
close insiders and re-open
see "session contents restored from [date] at [time]"
tap up arrow
result:
will give you the command "npm run watch"
expected result:
will give you the command "npm run serve"
VS Code version: Code - Insiders 1.62.0-insider (f961b92, 2021-10-28T05:15:59.105Z)
OS version: Windows_NT x64 10.0.19043
Restricted Mode: No
System Info
gpu_compositing: enabled
multiple_raster_threads: enabled_on
oop_rasterization: enabled
opengl: enabled_on
rasterization: enabled
skia_renderer: enabled_on
video_decode: enabled
vulkan: disabled_off
webgl: enabled
webgl2: enabled
A/B Experiments
The text was updated successfully, but these errors were encountered: