mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-20 00:28:52 +01:00
testing: improve cancellation, and allow test runs to be individually cancelled
Fixes #125712
This commit is contained in:
@@ -379,7 +379,7 @@ export function createApiFactoryAndRegisterActors(accessor: ServicesAccessor): I
|
||||
},
|
||||
createTestRun(request, name, persist) {
|
||||
checkProposedApiEnabled(extension);
|
||||
return extHostTesting.createTestRun(extension.identifier.value, request, name, persist);
|
||||
return extHostTesting.createTestRun(request, name, persist);
|
||||
},
|
||||
get onDidChangeTestResults() {
|
||||
checkProposedApiEnabled(extension);
|
||||
|
||||
Reference in New Issue
Block a user