mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 11:08:51 +01:00
testing: allow canceling test refresh
This commit is contained in:
@@ -2160,7 +2160,7 @@ export interface ExtHostTestingShape {
|
||||
/** Configures a test run config. */
|
||||
$configureRunProfile(controllerId: string, configId: number): void;
|
||||
/** Asks the controller to refresh its tests */
|
||||
$refreshTests(controllerId: string): Promise<void>;
|
||||
$refreshTests(controllerId: string, token: CancellationToken): Promise<void>;
|
||||
}
|
||||
|
||||
export interface ITestControllerPatch {
|
||||
|
||||
Reference in New Issue
Block a user