Merge branch 'master' into notebook/outputs

This commit is contained in:
Johannes Rieken
2021-02-11 15:03:41 +01:00
104 changed files with 3825 additions and 998 deletions

View File

@@ -1842,6 +1842,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