Tree item for displaying collapsible section headers. Creates visual separation between different types of items in a tree view.
const section = new TreeSectionItem("Runtimes", "runtimes-section", "$(vm)");// Displays: "🖥️ Runtimes" (collapsible) Copy
const section = new TreeSectionItem("Runtimes", "runtimes-section", "$(vm)");// Displays: "🖥️ Runtimes" (collapsible)
Creates a new TreeSectionItem.
Display label for the section
Type identifier for the section
Optional
Optional ThemeIcon id (e.g., "vm", "archive")
Readonly
Tree item for displaying collapsible section headers. Creates visual separation between different types of items in a tree view.
Example