I press Ctrl+Shift+B to start a build in Visual Studio Code (it's configured to just run GNU Make), and the build tool output is written to the Terminal window.
However, it's appended to the output from the previous build, which is confusing.
How do I configure VS Code to clear the terminal window before starting a new build?
I tried to find a solution but can't. Simple hack I tried is to open new build in new tab. Add this
presentation
key to your task intasks.json
panel:new will open in new terminal.