.zed/worktrees.json 🔗
@@ -0,0 +1,3 @@
+{
+ "setup": ["clippy", { "label": "building", "command": "cargo build" }],
+}
Anthony Eid created
.zed/worktrees.json | 3 +++
1 file changed, 3 insertions(+)
@@ -0,0 +1,3 @@
+{
+ "setup": ["clippy", { "label": "building", "command": "cargo build" }],
+}