Add ChatEditorInput API proposal (#197255)

This commit is contained in:
Logan Ramos
2023-11-02 11:13:41 -07:00
committed by GitHub
parent c343e8600a
commit b58d622170
7 changed files with 54 additions and 11 deletions

View File

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