MyNixOS website logo

Configuration written to Zed's tasks.json.

List of tasks that can be run from the command palette.

Declarations
Type
JSON value
Default
[ ]
Example
[
  {
    args = [
      "fmt"
      "$ZED_WORKTREE_ROOT"
    ];
    command = "nix";
    label = "Format Code";
  }
]