Files
qyouradio/.vscode/tasks.json
Dark Steveneq def26f8fda
Some checks failed
Build / build-linux (push) Failing after 18s
Build / build-windows (push) Has been cancelled
Fix theme on native light mode, implement volume slider
2025-10-14 10:06:06 +02:00

17 lines
288 B
JSON

{
"version": "2.0.0",
"tasks": [
{
"type": "cmake",
"label": "CMake: build",
"command": "build",
"options": {"cwd": "${workspaceFolder}/build"},
"targets": [
"all"
],
"group": "build",
"problemMatcher": [],
"detail": "CMake template build task"
}
]
}