We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbeae1b commit a753922Copy full SHA for a753922
src/vs/workbench/contrib/chat/browser/chatContentParts/chatReferencesContentPart.ts
@@ -226,7 +226,7 @@ export class CollapsibleListPool extends Disposable {
226
}
227
},
228
229
- getWidgetAriaLabel: () => localize('chatCollapsibleList', "Collapsible Chat List")
+ getWidgetAriaLabel: () => localize('chatCollapsibleList', "Collapsible Chat References List")
230
231
dnd: {
232
getDragURI: (element: IChatCollapsibleListItem) => getResourceForElement(element)?.toString() ?? null,
0 commit comments