docs: Add missing comma in the Tasks page (#28324)

Added a missing command in the same tasks.json file

Release Notes:

- N/A
This commit is contained in:
James Falade 2025-04-08 16:03:42 +01:00 committed by GitHub
parent 4f936d8100
commit 64f8b1e739
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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_output": true,
// Represents the tags for inline runnable indicators, or spawning multiple tasks at once.
"tags": []
}