feat: remap changes + minor adjustments

This commit is contained in:
2025-06-28 23:59:57 +02:00
parent 90942eae3a
commit d0835706d4
3 changed files with 60 additions and 31 deletions

View File

@@ -4,19 +4,7 @@
// ╰───────────────────────────────╯
[
{
"label": "Example task",
"command": "for i in {1..5}; do echo \"Hello $i/5\"; sleep 1; done",
"env": {
"foo": "bar"
},
"use_new_terminal": false,
"allow_concurrent_runs": false,
"reveal": "always",
"hide": "never",
"shell": "system"
},
{
"label": "Build migrate",
"label": "🚀 Build migrate",
"command": "bash ~/.config/zed/tasks/build-migrate.sh",
"use_new_terminal": false,
"allow_concurrent_runs": false,
@@ -25,7 +13,7 @@
"shell": "system"
},
{
"label": "Commit Stradi",
"label": ":octocat: Commit Stradi",
"command": "bash ~/.config/zed/tasks/commit-stradi.sh",
"use_new_terminal": false,
"allow_concurrent_runs": false,