testing: finalize TestMessage.contextValue (#195706)

Closes #190277
This commit is contained in:
Connor Peet
2023-10-16 11:37:37 -07:00
committed by GitHub
parent f430137625
commit d2b1eb8a36
7 changed files with 35 additions and 57 deletions

View File

@@ -1573,7 +1573,7 @@ export function createApiFactoryAndRegisterActors(accessor: ServicesAccessor): I
TestResultState: extHostTypes.TestResultState,
TestRunRequest: extHostTypes.TestRunRequest,
TestMessage: extHostTypes.TestMessage,
TestMessage2: extHostTypes.TestMessage,
TestMessage2: extHostTypes.TestMessage, // back compat for Oct 2023
TestTag: extHostTypes.TestTag,
TestRunProfileKind: extHostTypes.TestRunProfileKind,
TextSearchCompleteMessageType: TextSearchCompleteMessageType,