mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-20 08:38:56 +01:00
testing: move types to classes instead of interfaces
Fixes #117373 Fixes #117381 Fixes #117384
This commit is contained in:
@@ -1236,7 +1236,10 @@ export function createApiFactoryAndRegisterActors(accessor: ServicesAccessor): I
|
||||
NotebookCellOutput: extHostTypes.NotebookCellOutput,
|
||||
NotebookCellOutputItem: extHostTypes.NotebookCellOutputItem,
|
||||
LinkedEditingRanges: extHostTypes.LinkedEditingRanges,
|
||||
TestRunState: extHostTypes.TestRunState,
|
||||
TestItem: extHostTypes.TestItem,
|
||||
TestState: extHostTypes.TestState,
|
||||
TestResult: extHostTypes.TestResult,
|
||||
TestMessage: extHostTypes.TestMessage,
|
||||
TestMessageSeverity: extHostTypes.TestMessageSeverity,
|
||||
WorkspaceTrustState: extHostTypes.WorkspaceTrustState
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user