testing: add support for test tags

For #129456
This commit is contained in:
Connor Peet
2021-08-09 16:30:49 -07:00
parent 40ab771cf9
commit 9125758184
29 changed files with 357 additions and 204 deletions

View File

@@ -1277,6 +1277,7 @@ export function createApiFactoryAndRegisterActors(accessor: ServicesAccessor): I
TestResultState: extHostTypes.TestResultState,
TestRunRequest: extHostTypes.TestRunRequest,
TestMessage: extHostTypes.TestMessage,
TestTag: extHostTypes.TestTag,
TestRunProfileKind: extHostTypes.TestRunProfileKind,
TextSearchCompleteMessageType: TextSearchCompleteMessageType,
TestMessageSeverity: extHostTypes.TestMessageSeverity,