testing: finalize test message stack trace API (#225517)

Closes #214488
This commit is contained in:
Connor Peet
2024-08-13 13:56:29 -07:00
committed by GitHub
parent ffee42566a
commit ef72141fd1
7 changed files with 35 additions and 45 deletions

View File

@@ -1770,7 +1770,6 @@ export function createApiFactoryAndRegisterActors(accessor: ServicesAccessor): I
TestResultState: extHostTypes.TestResultState,
TestRunRequest: extHostTypes.TestRunRequest,
TestMessage: extHostTypes.TestMessage,
TestMessage2: extHostTypes.TestMessage,
TestMessageStackFrame: extHostTypes.TestMessageStackFrame,
TestTag: extHostTypes.TestTag,
TestRunProfileKind: extHostTypes.TestRunProfileKind,