Merge branch 'tyriar/megan' into tyriar_megan_reconnect

This commit is contained in:
Megan Rogge
2021-02-11 06:21:03 -08:00
committed by GitHub
91 changed files with 3465 additions and 589 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