testing: implement testPreserveFocus API (#210796)

* testing: implement testPreserveFocus API

* fix tests
This commit is contained in:
Connor Peet
2024-04-20 22:44:00 -07:00
committed by GitHub
parent 8c172fc589
commit 5ae5a741bd
10 changed files with 40 additions and 6 deletions

View File

@@ -1661,6 +1661,7 @@ export function createApiFactoryAndRegisterActors(accessor: ServicesAccessor): I
LinkedEditingRanges: extHostTypes.LinkedEditingRanges,
TestResultState: extHostTypes.TestResultState,
TestRunRequest: extHostTypes.TestRunRequest,
TestRunRequest2: extHostTypes.TestRunRequest,
TestMessage: extHostTypes.TestMessage,
TestTag: extHostTypes.TestTag,
TestRunProfileKind: extHostTypes.TestRunProfileKind,