forked from DonJayamanne/pythonVSCode
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Labels
area-testingfeature-requestRequest for new features or functionalityRequest for new features or functionality
Description
From @RAbraham on May 19, 2017 14:27
Hi,
Currently, when I run Run Current Unit Test File
multiple times, the output gets appended to the Output
tab. Is it possible to clear the Output
tab every time I run a unit test configuration so that I only see the results of the current run. Right now, I have to execute Clear Output
every time before running the tests.
I give Run Current Unit Test File
as an example. I would love to see the same behaviour for all the different run configurations.
If you prefer the existing behaviour, then perhaps, like in Code Runner, have a setting?
"code-runner.clearPreviousOutput": true
Thanks for all your effort.
Copied from original issue: DonJayamanne/pythonVSCode#969
Metadata
Metadata
Assignees
Labels
area-testingfeature-requestRequest for new features or functionalityRequest for new features or functionality