Relative Content

Tag Archive for visual-studio-codeterminal

Visual Studio Code: prevent terminal reuse (by tasks)

When Visual Studio Code 1.92 runs a shell task, it opens a terminal. When the task completes, the terminal is left open so the output remains visible. The terminal tells the user that pressing a key will close it, but also explains that the terminal may be reused:

How to go to the start of the latest command in the terminal in VS Code?

I am in Visual Studio Code doing some WebScraping with BeautifulSoup.
The HTML content is being shown in the terminal.
The issue is that it is too long and, to go to the beginning of the execution command, I have to use my eyes and scroll up the page with the mouse to find the beginning.
I wonder if there is a way to go to the command line directly ?
I would also accept a solution that creates a new terminal every time I execute a commande, so that the beginning of the command would be the beginning of the terminal.
Thanks in advance for your help !