Files
zeditor-config/tasks.json

42 lines
1.3 KiB
JSON

// ╭───────────────────────────────╮
// │- Zed editor tasks │
// │- author: Daniel Heras Quesada │
// ╰───────────────────────────────╯
[
{
"label": "🚀 Build migrate",
"command": "bash ~/.config/zed/tasks/build-migrate.sh",
"use_new_terminal": false,
"allow_concurrent_runs": false,
"reveal": "always",
"hide": "never",
"shell": "system"
},
{
"label": ":octocat: Commit Stradi",
"command": "bash ~/.config/zed/tasks/commit-stradi.sh",
"use_new_terminal": false,
"allow_concurrent_runs": false,
"reveal": "always",
"hide": "always",
"shell": "system"
},
{
"label": "Lazygit",
"command": "lazygit",
"args": [],
"env": {},
"use_new_terminal": false,
"allow_concurrent_runs": false
},
{
"label": "Blueprints",
"command": "~/Packages/code-templates/code_templates",
"use_new_terminal": true,
"allow_concurrent_runs": false,
"reveal": "always",
"hide": "never",
"shell": "system"
}
]