testing: implement retired test state

Fixes https://github.com/microsoft/vscode/issues/115086
This commit is contained in:
Connor Peet
2021-02-10 15:32:11 -08:00
parent e9b69cd273
commit c36a09929c
9 changed files with 75 additions and 2 deletions

View File

@@ -1843,6 +1843,7 @@ export interface MainThreadTestingShape {
$publishDiff(resource: ExtHostTestingResource, uri: UriComponents, diff: TestsDiff): void;
$updateTestStateInRun(runId: string, testId: string, state: ITestState): void;
$runTests(req: RunTestsRequest, token: CancellationToken): Promise<string>;
$retireTest(extId: string): void;
}
// --- proxy identifiers