eclipse-theia/theia

tree-view: add support for `showCollapseAll `

Closed

#10,102 opened on Sep 15, 2021

 (3 comments) (0 reactions) (1 assignee)TypeScript (2,478 forks)batch import
help wantedtreevscode

Repository metrics

Stars
 (18,676 stars)
PR merge metrics
 (Avg merge 15d 4h) (75 merged PRs in 30d)

Description

Bug Description:

Hi, I am using the Tree View as a vscode extension, and I set the options canSelectMany and showCollapseAll to true in the vscode.window.createTreeView() API, but it does not have an effect in Theia.

Additional Information

  • Operating System: Windows 10
  • Theia Version: 1.16

Contributor guide