style(vscode): format Agent Manager tab rendering

This commit is contained in:
kirillk
2026-05-08 15:47:11 -04:00
parent abf2e2a20b
commit 706691d390
@@ -174,7 +174,13 @@ export function renderNewTabButton(deps: NewTabButtonDeps): JSX.Element {
return (
<Show when={deps.contextSelected()}>
<div class="am-split-button am-tab-add-split">
<TooltipKeybind title={deps.newSessionLabel} keybind={deps.kb().newTab ?? ""} placement="top" gutter={8} openDelay={0}>
<TooltipKeybind
title={deps.newSessionLabel}
keybind={deps.kb().newTab ?? ""}
placement="top"
gutter={8}
openDelay={0}
>
<IconButton
icon="plus"
size="small"