Files
ld58/code/.vscode/tasks.json

21 lines
435 B
JSON
Raw Normal View History

2025-10-04 21:08:52 +01:00
{
"version": "2.0.0",
"tasks": [
{
"label": "Build",
"type": "shell",
"command": "/home/matt/Repos/ld58/linux",
"group": {
"kind": "build",
"isDefault": true
},
"presentation": {
"reveal": "never"
},
"problemMatcher": [
"$gcc"
]
}
]
}