mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-19 08:08:39 +01:00
testing: implement testPreserveFocus API (#210796)
* testing: implement testPreserveFocus API * fix tests
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user