-
Couldn't load subscription status.
- Fork 77
TitleBarItem
github-actions[bot] edited this page Jul 3, 2025
·
4 revisions

import { TitleBar } from "vscode-extension-tester";
// get an item from the title bar
const item = await new TitleBar().getItem("File");const contextMenu = item.select();The rest of the functionality is exactly the same as other menu items, like ContextMenuItem.