2023-04-19 00:25:35 +01:00
|
|
|
{
|
2025-05-12 00:21:52 +01:00
|
|
|
"version": "2.0.0",
|
|
|
|
"tasks": [
|
|
|
|
{
|
|
|
|
"label": "Build",
|
|
|
|
"type": "shell",
|
|
|
|
"command": "zig build",
|
|
|
|
"problemMatcher": "$zig",
|
|
|
|
|
|
|
|
"group": {
|
|
|
|
"kind": "build",
|
|
|
|
"isDefault": true
|
|
|
|
},
|
|
|
|
|
2023-04-19 00:25:35 +01:00
|
|
|
"presentation": {
|
|
|
|
"echo": true,
|
|
|
|
"reveal": "silent",
|
|
|
|
"focus": false,
|
|
|
|
"panel": "shared",
|
2023-07-10 01:10:56 +01:00
|
|
|
"showReuseMessage": false,
|
2023-04-19 00:25:35 +01:00
|
|
|
"clear": true,
|
2024-05-29 19:27:02 +01:00
|
|
|
"revealProblems": "onProblem",
|
2023-07-10 01:10:56 +01:00
|
|
|
}
|
2025-05-12 00:21:52 +01:00
|
|
|
},
|
|
|
|
]
|
|
|
|
}
|