diff --git a/docs/src/tasks.md b/docs/src/tasks.md index bff3eac86048752be50f8fd605bc5b76677ca0c0..e530f568cdce0fb8e1da059b4b841fac7049e8fd 100644 --- a/docs/src/tasks.md +++ b/docs/src/tasks.md @@ -45,7 +45,7 @@ Zed supports ways to spawn (and rerun) commands using its integrated terminal to // Whether to show the task line in the output of the spawned task, defaults to `true`. "show_summary": true, // Whether to show the command line in the output of the spawned task, defaults to `true`. - "show_output": true + "show_command": true // Represents the tags for inline runnable indicators, or spawning multiple tasks at once. // "tags": [] }