Skip to content

Latest commit

 

History

History
12 lines (6 loc) · 376 Bytes

README.md

File metadata and controls

12 lines (6 loc) · 376 Bytes

Theia - standalone

Description

The following example demonstrates how to easily hide the top panel,left panel,rightpanel + status bar in a theia based application. The idea is :

1/extend ApplicationShell with the customization, and rebind it in the container module.

2/extend StatusBarImpl with the customization, and rebind it in the container module.