From c38187faf4722c9f3ee9b2c57209d60ebc38fbc9 Mon Sep 17 00:00:00 2001 From: Daniel Heras Quesada Date: Fri, 28 Feb 2025 09:14:36 +0100 Subject: [PATCH] fix: build migrate task fixed by deploying in a single terminal + not centered lazygit --- tasks.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tasks.json b/tasks.json index f2677c2..58eb205 100644 --- a/tasks.json +++ b/tasks.json @@ -18,7 +18,7 @@ { "label": "Build migrate", "command": "bash ~/.config/zed/tasks/build-migrate.sh", - "use_new_terminal": true, + "use_new_terminal": false, "allow_concurrent_runs": false, "reveal": "always", "hide": "never", @@ -31,7 +31,6 @@ "env": {}, "use_new_terminal": true, "allow_concurrent_runs": false, - "reveal_target": "center" }, { "label": "Blueprints",