microsoft / vscode-java-test

Run and debug Java test cases in Visual Studio Code.
https://marketplace.visualstudio.com/items?itemName=vscjava.vscode-java-test
Other
297 stars 132 forks source link

Option to Clear Previous Test Runs in Output View #1703

Closed Biyakuga closed 5 months ago

Biyakuga commented 5 months ago

Hello,

I am seeking a feature that allows for rerunning tests while ensuring the output view is cleared each time, so only the results of the latest test run are displayed. Currently, all previous test runs are shown in the output, which can be cluttered and confusing.

For example, as shown in the image below, the output view includes all past test runs. I would prefer an option to clear this history automatically before each run, displaying only the most recent test run results.

image

jdneo commented 5 months ago

I believe this is something that out of the extension's control. So I filed an issue at upstream: https://github.com/microsoft/vscode/issues/219050.