Add notice on DeployButton in README

This commit is contained in:
Kristóf Tóth 2018-05-04 14:31:00 +02:00
parent 2990b5009b
commit 8d80f701f1
1 changed files with 4 additions and 0 deletions

View File

@ -51,6 +51,10 @@ It connects to an `IdeEventHandler` instance on the backend which handles the re
It is also capable of dynamically displaying any changes made to these files from the terminal or any other process (this means that you always see a live view of the files).
This component provides an optional 'Deploy' button, which can be configured to restart a process in supervisord.
You can enable this button by editig the `ide.showDeployButton` key of `config.ts`.
To configure which process should the button restart edit `ide.deployProcessName`.
### Messages
This is a simple chat-like component you can use to instruct, help and guide your users.