eclipse-theia/theia

[plug-in] TreeView layout proportions are very uneven

Open

#8,003 opened on Jun 12, 2020

View on GitHub
 (0 comments) (0 reactions) (0 assignees)TypeScript (18,676 stars) (2,478 forks)batch import
bughelp wantedshellvscode

Description

Bug Description:

By default, the proportions of extension-contributed treeviews are very uneven, some treeviews being disproportionately small, making it very impractical to use the extension. This differs from the default behaviour on VS Code.

Steps to Reproduce:

Running for example the following extension on Theia vs VS Code https://github.com/paritytech/vscode-substrate (vsix ; marketplace)

Additional Information

VS Code image

Theia image

Theia (when revealing the treeviews) image

Also, all the treeviews seem to be expanded by default on VS Code, which doesn't seem to be the case in Theia.

Tested on Chromium & Firefox.

Contributor guide