ViewContent

Lookup
Section titled “Lookup”import { SideBarView } from 'vscode-extension-tester';...const contentPart = new SideBarView().getContent();Get Sections
Section titled “Get Sections”// get a section by title, case insensitiveconst section = await contentPart.getSection("Open Editors");// get all sectionsconst sections = await contentPart.getSections();Progress Bar
Section titled “Progress Bar”// look if there is an active progress barconst hasProgress = await contentPart.hasProgress();