Introduce text multi diff (#207747)

This commit is contained in:
Logan Ramos
2024-03-14 11:37:34 -07:00
committed by GitHub
parent 6269ab41b4
commit 98968c0b0a
7 changed files with 60 additions and 5 deletions

View File

@@ -1673,6 +1673,7 @@ export function createApiFactoryAndRegisterActors(accessor: ServicesAccessor): I
TabInputTerminal: extHostTypes.TerminalEditorTabInput,
TabInputInteractiveWindow: extHostTypes.InteractiveWindowInput,
TabInputChat: extHostTypes.ChatEditorTabInput,
TabInputTextMultiDiff: extHostTypes.TextMultiDiffTabInput,
TelemetryTrustedValue: TelemetryTrustedValue,
LogLevel: LogLevel,
EditSessionIdentityMatch: EditSessionIdentityMatch,