vscode-code-runner icon indicating copy to clipboard operation
vscode-code-runner copied to clipboard

[Feature request] Add code-runner.clearPrevious for terminal tab

Open Cyberavater opened this issue 4 years ago • 2 comments

So, we have "code-runner.clearPreviousOutput": true, which is nice if the code is running on the output tab, but if the user is using "code-runner.runInTerminal": true, (i.e. running the code on the terminal tab) this is not much useful. So, please add a corresponding setting for terminal windows as well.

Cyberavater avatar Jul 08 '21 08:07 Cyberavater

Hey I also faced exactly same problem, the terminal becomes glitchy and in the end fails. Here I have explained in detail with an example. Please fix this asap as it is an important feature.

https://stackoverflow.com/questions/68971524/vs-code-clear-previous-output-before-each-run/68979381#68979381

Pyrole-2002 avatar Aug 30 '21 07:08 Pyrole-2002

when"code-runner.runInTerminal": true, "code-runner.clearPreviousOutput": true works on macOS(I think Linux too), but on windows, it has problem, please fix it.

xiebruce avatar Sep 25 '23 07:09 xiebruce