mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-26 03:29:00 +01:00
wip
This commit is contained in:
@@ -1977,6 +1977,7 @@ export interface MainThreadTestingShape {
|
||||
$publishDiff(resource: ExtHostTestingResource, uri: UriComponents, diff: TestsDiff): void;
|
||||
$updateTestStateInRun(runId: string, testId: string, state: TestResultState, duration?: number): void;
|
||||
$appendTestMessageInRun(runId: string, testId: string, message: ITestMessage): void;
|
||||
$appendOutputToRun(runId: string, output: VSBuffer): void;
|
||||
$runTests(req: RunTestsRequest, token: CancellationToken): Promise<string>;
|
||||
$publishExtensionProvidedResults(results: ISerializedTestResults, persist: boolean): void;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user