mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-18 15:55:59 +01:00
properly convert/send image type to extension (#230166)
* properly convert and send type to ext * switch to new type that includes mimeType * add new type * use thenable * change to proposed * fix whitespace
This commit is contained in:
@@ -1772,6 +1772,7 @@ export function createApiFactoryAndRegisterActors(accessor: ServicesAccessor): I
|
||||
ChatLocation: extHostTypes.ChatLocation,
|
||||
ChatRequestEditorData: extHostTypes.ChatRequestEditorData,
|
||||
ChatRequestNotebookData: extHostTypes.ChatRequestNotebookData,
|
||||
ChatReferenceBinaryData: extHostTypes.ChatReferenceBinaryData,
|
||||
LanguageModelChatMessageRole: extHostTypes.LanguageModelChatMessageRole,
|
||||
LanguageModelChatMessage: extHostTypes.LanguageModelChatMessage,
|
||||
LanguageModelChatMessageToolResultPart: extHostTypes.LanguageModelToolResultPart,
|
||||
|
||||
Reference in New Issue
Block a user