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
Copy file name to clipboardExpand all lines: README.md
-1Lines changed: 0 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -53,7 +53,6 @@ The generator allows to generate an example extension that is directly part of t
53
53
|`hello-world`| Creates a simple extension which provides a command and menu item which displays a message |[readme](https://github.com/eclipse-theia/generator-theia-extension/blob/master/templates/hello-world/README.md)|
54
54
|`widget`| Creates the basis for a simple widget including a toggle command, alert message and button displaying a message. The template also contains an example unit test. |[readme](https://github.com/eclipse-theia/generator-theia-extension/blob/master/templates/widget/README.md)|
55
55
|`labelprovider`| Creates a simple extension which adds a custom label (with icon) for .my files |[readme](https://github.com/eclipse-theia/generator-theia-extension/blob/master/templates/labelprovider/README.md)|
56
-
|`tree-editor`| Creates a tree editor extension |[readme](https://github.com/eclipse-theia/generator-theia-extension/blob/master/templates/tree-editor/README.md)|
57
56
|`empty`| Creates a simple, minimal extension |[readme](https://github.com/eclipse-theia/generator-theia-extension/blob/master/templates/empty/README.md)|
58
57
|`backend`| Creates a backend communication extension |[readme](https://github.com/eclipse-theia/generator-theia-extension/blob/master/templates/backend/README.md)|
59
58
|`diagram-editor`| Creates a diagram editor extension |[readme](https://github.com/eclipse-glsp/glsp-examples/blob/master/README.md)|
0 commit comments