38 lines
762 B
JSON
38 lines
762 B
JSON
[
|
|
{
|
|
"label": "build",
|
|
"command": "./build",
|
|
"args": ["debug"],
|
|
"cwd": "$ZED_WORKTREE_ROOT",
|
|
"use_new_terminal": false,
|
|
"allow_concurrent_runs": false,
|
|
"reveal": "always",
|
|
},
|
|
{
|
|
"label": "build run",
|
|
"command": "./build",
|
|
"args": ["run"],
|
|
"cwd": "$ZED_WORKTREE_ROOT",
|
|
"use_new_terminal": false,
|
|
"allow_concurrent_runs": false,
|
|
"reveal": "always",
|
|
},
|
|
{
|
|
"label": "build dbg",
|
|
"command": "./build",
|
|
"args": ["dbg"],
|
|
"cwd": "$ZED_WORKTREE_ROOT",
|
|
"use_new_terminal": false,
|
|
"allow_concurrent_runs": false,
|
|
"reveal": "always",
|
|
},
|
|
{
|
|
"label": "build ddb",
|
|
"command": "./build",
|
|
"args": ["ddb"],
|
|
"cwd": "$ZED_WORKTREE_ROOT",
|
|
"use_new_terminal": false,
|
|
"allow_concurrent_runs": false,
|
|
"reveal": "always",
|
|
},
|
|
]
|