Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 367 Bytes

File metadata and controls

9 lines (6 loc) · 367 Bytes

Example Widget

The example extension demonstrates how to contribute a custom widget (i.e. a view or editor) to Eclipse Theia. Furthermore, the template contains an example unit test.

How to use the widget example

In the running application, open the widget using the menu "View" => "<%= params.extensionPrefix %> Widget" To execute the test, run yarn test