Files
LXC/.vscode/tasks.json
Pasha Bibko c59d8cfb5c Setup VSCode build system
Works on both Linux and Windows
2025-08-11 14:09:01 +01:00

15 lines
246 B
JSON

{
"version": "2.0.0",
"tasks":
[
{
"label": "build",
"type": "shell",
"command": "cmake --build build",
"group": "build",
"problemMatcher": []
}
]
}