Configuration written to Zed's tasks.json.
List of tasks that can be run from the command palette.
Declarations
Type
JSON value
Default
[ ]
Example
[
{
label = "Format Code";
command = "nix";
args = [ "fmt" "$ZED_WORKTREE_ROOT" ];
}
]
Sign in to create a configuration using this setting.