skip to Main Content

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


  1. Use View -> Terminal instead of Terminal -> New Terminal

    enter image description here

    Terminal Basics:

    Use the Ctrl+` keyboard shortcut to toggle the terminal panel.
    Use the Ctrl+Shift+` keyboard shortcut to create a new terminal.

    Login or Signup to reply.
  2. Hide and show the VSCode integrated terminal with ctrl+J (use +J on a Mac). This runs the View: Toggle Pannel Visibility command.

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search