Skip to content

DefaultTreeSection

Jan Richter edited this page Sep 24, 2019 · 6 revisions

section The 'default' tree section, as used in the explorer view.

Lookup

import { SideBarView } from 'vscode-extension-tester';
...
const section = await new SideBarView().getContent().getSection('workspace') as DefaultTreeSection;
Clone this wiki locally