mirror of
https://github.com/Microsoft/vscode
synced 2024-10-30 01:37:20 +00:00
parent
e2afdf5c72
commit
bace3f87fb
1 changed files with 4 additions and 0 deletions
|
@ -568,6 +568,10 @@ export class TestingExplorerViewModel extends Disposable {
|
|||
this.revealById(evt.item.item.extId, false, false);
|
||||
}));
|
||||
|
||||
this._register(testResults.onResultsChanged(() => {
|
||||
this.tree.resort(null);
|
||||
}));
|
||||
|
||||
this._register(this.testProfileService.onDidChange(() => {
|
||||
this.tree.rerender();
|
||||
}));
|
||||
|
|
Loading…
Reference in a new issue