You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
dialogService.error(localize('imageTooLarge','Image is too large'),localize('imageTooLargeMessage','The image {0} is too large to be attached.',fileName));
@@ -149,7 +149,7 @@ export class FileAttachmentWidget extends AbstractChatAttachmentWidget {
149
149
constariaLabel=range ? localize('chat.fileAttachmentWithRange',"Attached file, {0}, line {1} to line {2}",friendlyName,range.startLineNumber,range.endLineNumber) : localize('chat.fileAttachment',"Attached file, {0}",friendlyName);
consturlContainer=dom.$('a.chat-attached-context-url',{},omittedState===OmittedState.Partial ? localize('chat.imageAttachmentWarning',"This GIF was partially omitted - current frame will be sent.") : reference.toString());
@@ -105,7 +105,7 @@ export class ChatAttachmentsContentPart extends Disposable {
105
105
ariaLabel=range ? localize('chat.fileAttachmentWithRange3',"Attached: {0}, line {1} to line {2}.",friendlyName,range.startLineNumber,range.endLineNumber) : localize('chat.fileAttachment3',"Attached: {0}.",friendlyName);
consturlContainer=dom.$('a.chat-attached-context-url',{},omittedState===OmittedState.Partial ? localize('chat.imageAttachmentWarning',"This GIF was partially omitted - current frame was be sent.") : reference.toString());
0 commit comments