mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-26 03:29:00 +01:00
testing: update test types for feedback
This commit is contained in:
@@ -868,7 +868,7 @@ export class TestRunProfileImpl implements vscode.TestRunProfile {
|
||||
public readonly profileId: number,
|
||||
private _label: string,
|
||||
public readonly group: vscode.TestRunProfileGroup,
|
||||
public runHandler: vscode.TestRunHandler,
|
||||
public runHandler: (request: vscode.TestRunRequest, token: vscode.CancellationToken) => Thenable<void> | void,
|
||||
private _isDefault = false,
|
||||
) {
|
||||
this.#proxy = proxy;
|
||||
|
||||
Reference in New Issue
Block a user