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
The current styling of the explorer (and other views) is to display the child nodes of a root at the same level as the root which can be confusing. We should apply some tabbing to properly differentiate items in the tree.
For example:
theia: browser_modules is at the same level as theia-work
vscode: browser_modules is represented clearly as a child of theia-work:
The text was updated successfully, but these errors were encountered:
Feature Description:
The current styling of the explorer (and other views) is to display the child nodes of a root at the same level as the root which can be confusing. We should apply some tabbing to properly differentiate items in the tree.
For example:
theia:
browser_modules
is at the same level astheia-work
vscode:
browser_modules
is represented clearly as a child oftheia-work
:The text was updated successfully, but these errors were encountered: