Skip to content

Commit

Permalink
Added actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyler Jewell committed Mar 27, 2016
1 parent b031fed commit 4eecc54
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CUSTOMIZING.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ An extension is a set of code and resources that are packaged into a plugin that
IDE extensions are compiled into JavaScript with other extensions to create a single, JavaScript application. You can package many extensions together into a single JavaScript application. The JavaScript application is cross-browser optimized. You can debug extensions and perform execution traces from within the browser of extension code. IDE extensions can invoke REST services that are running within the Che server or within a workspace. Che provides default workspace REST APIs or you can provide your own with workspace extensions.
* [Invoking Workspace REST APIs](https://eclipse-che.readme.io/v4.0/docs/calling-workspace-apis)
* * TODO: Invoking Che APIs
* [Actions](https://eclipse-che.readme.io/docs/actions)
* * TODO: Register Project Type
* * TODO: Menus
* * [Events](https://eclipse-che.readme.io/docs/events)
Expand Down

0 comments on commit 4eecc54

Please sign in to comment.