Vscode-code-runner: Provide Option to Clear Output Terminal after every run

Created on 20 Jul 2017  ·  10Comments  ·  Source: formulahendry/vscode-code-runner

It would be better if you guys provide option to clear output terminal after every code run

question

Most helpful comment

I think below setting is what you want:

"code-runner.clearPreviousOutput": true

All 10 comments

I think below setting is what you want:

"code-runner.clearPreviousOutput": true

you guys are really awesome :+1:

but this is not working if you set "code-runner.runInTerminal": true
I want it to run command like this:
clear && .....the rest of the command

@homeahmed2012 , please open a separate issue for this.

@homeahmed2012 , #152 is created to track this.

@homeahmed2012 , this issue has been fixed. Please try the latest version

@homeahmed2012 , this issue has been fixed. Please try the latest version

i did try the latest version but the matter is same. still have the issue

Same Issue Does not work

Now work
When You write this code
"code-runner.runInTerminal": false,

@coderraseed hey buddy thanks a lot. I insanely tried every way but it didn't work till I followed your suggestion.

Was this page helpful?
0 / 5 - 0 ratings