if you want to view the code then you can take your curso on the top of the and then slide down the terminal tab by pressing left button and scrolling the mouse down or you can do Ctrl+ to completely hide the terminal. click on the "+" sign on the top right corner you can open multiple terminals at the same time using it and can access any of the terminal at a time. the shortcut for it is "Ctrl+Shift+"
3
Answers
You could use "exit" to close the terminal and "ctrl-`" to open the terminal.
Edit: use "ctrl-j" to show and hide the terminal.
if you want to view the code then you can take your curso on the top of the and then slide down the terminal tab by pressing left button and scrolling the mouse down or you can do Ctrl+
to completely hide the terminal. click on the "+" sign on the top right corner you can open multiple terminals at the same time using it and can access any of the terminal at a time. the shortcut for it is "Ctrl+Shift+
"Open command palette:
ctrl+shift+p
and enter the follwing commandsto close panel:
View: Close Panel
to maximize panel:
View: Toggle Maximized Panel
If something else than the terminal is showing in the panel, you can use
Terminal: Focus Terminal
to bring the terminal back in focus.Or simply drag the top border of the panel with the mouse.