Fix the tasks docs (#37699)

Closes https://github.com/zed-industries/zed/issues/37698

Release Notes:

- N/A
This commit is contained in:
Kirill Bulatov
2025-09-06 13:37:21 +00:00
committed by GitHub
parent 1d828b6ac6
commit 065518577e
+1 -1
View File
@@ -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": []
}