Merge remote-tracking branch 'origin/master' into tyriar/megan

This commit is contained in:
Daniel Imms
2021-02-11 05:16:08 -08:00
82 changed files with 3375 additions and 553 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