mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-20 00:28:52 +01:00
testing: finalize sortText and refresh apis
Fixes #139737 Fixes #130882
This commit is contained in:
@@ -365,10 +365,6 @@ export function createApiFactoryAndRegisterActors(accessor: ServicesAccessor): I
|
||||
|
||||
const tests: typeof vscode.tests = {
|
||||
createTestController(provider, label, refreshHandler?: (token: vscode.CancellationToken) => Thenable<void> | void) {
|
||||
if (refreshHandler) {
|
||||
checkProposedApiEnabled(extension, 'testRefresh');
|
||||
}
|
||||
|
||||
return extHostTesting.createTestController(provider, label, refreshHandler);
|
||||
},
|
||||
createTestObserver() {
|
||||
|
||||
Reference in New Issue
Block a user