Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Visual Studio Code scroll back buffer

People also ask

How do you go back in VS Code?

You can go back to your previous location with the Go > Back command or Ctrl+Alt+-. You can also see the type definition if you press Ctrl (Cmd on macOS) when you are hovering over the type.

How do I clear Terminal history in VS Code?

To clear Terminal in VS Code simply press Ctrl + Shift + P key together this will open a command palette and type command Terminal: Clear .


Go to menu FilePreferencesSettings.

Then overwrite "terminal.integrated.scrollback": 1000, (found in the left panel) with whatever you want in the right panel.

In newer versions, in the Settings pane, you can type "scrollback" as the search term and it should be found under Features/Terminal.


here is how i solved it:

ps: remember to open a new terminal for changes to take effect:

enter image description here