testing: finalize sortText and refresh apis

Fixes #139737
Fixes #130882
This commit is contained in:
Connor Peet
2022-02-08 15:39:44 -08:00
parent 6a01cda605
commit ea628f3bac
5 changed files with 20 additions and 61 deletions

View File

@@ -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() {