mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-19 08:08:39 +01:00
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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user