Skip to content

Commit c7d219b

Browse files
authored
testing: make running tests open the results view instead of explorer (microsoft#187100)
Closes microsoft#153068
1 parent 856bc1e commit c7d219b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/workbench/contrib/testing/browser/testingProgressUiService.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ export class TestingProgressTrigger extends Disposable {
8282
}
8383

8484
private openTestView() {
85-
this.viewsService.openView(Testing.ExplorerViewId, false);
85+
this.viewsService.openView(Testing.ResultsViewId, false);
8686
}
8787
}
8888

0 commit comments

Comments
 (0)