You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
github-actions[bot] edited this page Jul 3, 2025
·
6 revisions
The 'default' tree section, as used in the explorer view. All The behavior is defined by the general ViewSection class.
Lookup
import{SideBarView,DefaultTreeSection}from'vscode-extension-tester';
...
// Type is inferred automatically, the type cast here is used to be more explicitconstsection=awaitnewSideBarView().getContent().getSection('workspace')asDefaultTreeSection;