Merge branch 'master' into joh/kernelLanguages

This commit is contained in:
Johannes Rieken
2021-02-11 16:45:39 +01:00
161 changed files with 4164 additions and 1217 deletions

View File

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