Files
uC_libs/.vscode/tasks.json
2022-12-03 20:00:11 +01:00

17 lines
257 B
JSON

{
"version": "2.0.0",
"tasks": [
{
"type": "shell",
"label": "build",
"command": "C:/Apps/mingw64/bin/ninja.exe",
"options": {
"cwd": "${workspaceFolder}/build"
},
"group": {
"kind": "build",
"isDefault": true
}
}
]
}