mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-26 03:29:00 +01:00
testing: fix loading indicators, add progress during initial test discovery
This commit is contained in:
@@ -46,6 +46,13 @@ export class MainThreadTesting extends Disposable implements MainThreadTestingSh
|
||||
this.testService.unregisterTestController(id);
|
||||
}
|
||||
|
||||
/**
|
||||
* @inheritdoc
|
||||
*/
|
||||
$updateDiscoveringCount(resource: ExtHostTestingResource, uriComponents: UriComponents, delta: number): void {
|
||||
this.testService.updateDiscoveringCount(resource, URI.revive(uriComponents), delta);
|
||||
}
|
||||
|
||||
/**
|
||||
* @inheritdoc
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user