diff --git a/.zed/tasks.json b/.zed/tasks.json new file mode 100644 index 00000000000..75170edb12a --- /dev/null +++ b/.zed/tasks.json @@ -0,0 +1,10 @@ +[ + { + "label": "initialize workspace", + "command": "pnpm", + "args": ["run", "setup"], + "hooks": ["create_worktree"], + "reveal": "no_focus", + "hide": "on_success" + } +]