Is there a way to get the old terminal back in VScode ,as VScode always open new terminsl when we reopen?
Reopening of terminal with all previous commands, so that I will not loose the old session outputs of old session commands. So if it is last ,that involves lot of rework.
2
Answers
Use
View -> Terminal
instead ofTerminal -> New Terminal
Terminal Basics:
Hide and show the VSCode integrated terminal with ctrl+J (use ⌘+J on a Mac). This runs the
View: Toggle Pannel Visibility
command.