Commit 1bf02254 authored by Lu Xu's avatar Lu Xu 👀

software/theia: add more description for autorun

parent 7bb6e429
......@@ -4,8 +4,8 @@
"additionalProperties": false,
"properties": {
"autorun": {
"title": "autorun",
"description": "State of the autorun service",
"title": "Automatically Run Sofware/Instance",
"description": "The option used to pilot automatic build and run of software and instances hosted inside Theia. When 'running', build and run is done automatically in the background. When 'stopped' build and run processes are stopped and need to be run manually. When 'disabled', the user can manage it directly in the local supervisord. ",
"type": "string",
"enum": [
"running",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment