
- Added new action setting 'finish_task' in auto_command workflow. - Updated the description in 'new_file' action setting in auto_command workflow. - Modified 'run_shell_file' action setting in auto_command workflow to clarify it runs a shell script file. - Added new action settings 'get_project_tree' and 'load_file' in extension_demo workflow.
14 lines
178 B
JSON
14 lines
178 B
JSON
{
|
|
"name": "finish_task",
|
|
"description": "Flag task as finished",
|
|
"type": [
|
|
"task"
|
|
],
|
|
"args": [
|
|
],
|
|
"action": "finish_task",
|
|
"handler": [
|
|
"echo",
|
|
"Task finished"
|
|
]
|
|
} |