We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 856bc1e commit c7d219bCopy full SHA for c7d219b
src/vs/workbench/contrib/testing/browser/testingProgressUiService.ts
@@ -82,7 +82,7 @@ export class TestingProgressTrigger extends Disposable {
82
}
83
84
private openTestView() {
85
- this.viewsService.openView(Testing.ExplorerViewId, false);
+ this.viewsService.openView(Testing.ResultsViewId, false);
86
87
88
0 commit comments