diff --git a/.zed/tasks.json b/.zed/tasks.json index 651ab50..afeafde 100644 --- a/.zed/tasks.json +++ b/.zed/tasks.json @@ -6,7 +6,7 @@ "allow_concurrent_runs": true, "reveal": "no_focus", "reveal_target": "dock", - "hide": "on_success" + "hide": "on_success", }, { "label": "Apply remote", @@ -16,26 +16,26 @@ "allow_concurrent_runs": true, "reveal": "no_focus", "reveal_target": "dock", - "hide": "on_success" + "hide": "on_success", }, { "label": "Apply on freun-dev", "command": "apply", - "args": ["--build-on-target", "--on", "freun-dev"], + "args": ["--on", "freun-dev"], "use_new_terminal": false, "allow_concurrent_runs": true, "reveal": "no_focus", "reveal_target": "dock", - "hide": "on_success" + "hide": "on_success", }, { "label": "Apply on apu", "command": "apply", - "args": ["--build-on-target", "--on", "apu"], + "args": ["--on", "apu"], "use_new_terminal": false, "allow_concurrent_runs": true, "reveal": "no_focus", "reveal_target": "dock", - "hide": "on_success" - } + "hide": "on_success", + }, ]