testing: add stack trace proposal and split out test results view

The test results view was 2k+ lines, time to split it up a bit.
This commit is contained in:
Connor Peet
2024-07-08 15:27:24 -07:00
parent 33abd96b99
commit b2af4e7d34
10 changed files with 1606 additions and 1415 deletions

View File

@@ -1686,6 +1686,8 @@ 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,
TextSearchCompleteMessageType: TextSearchCompleteMessageType,