mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-18 23:59:43 +01:00
Introduce text multi diff (#207747)
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user