Apply suggestion from @Copilot

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Lee Murray
2026-03-05 12:52:10 +00:00
committed by GitHub
parent f957df8e89
commit 32acff1aa2

View File

@@ -76,7 +76,7 @@ export class ChatContextUsageDetails extends Disposable {
this.warningMessage.textContent = localize('qualityWarning', "Quality may decline as limit nears.");
this.warningMessage.style.display = 'none';
// Actions section with hr, header, and button bar
// Actions section with button bar
this.actionsSection = this.domNode.appendChild($('.actions-section'));
const buttonBarContainer = this.actionsSection.appendChild($('.button-bar-container'));
this._register(this.instantiationService.createInstance(MenuWorkbenchButtonBar, buttonBarContainer, MenuId.ChatContextUsageActions, {