2026-06-23 10:18:19 +02:00

13 lines
276 B
JSON

{
"version": "2.0.0",
"tasks": [
{
"label": "SCons test",
"command": "scons test",
"type": "shell",
"group": "build",
"problemMatcher": "$msCompile" // Important to catch the status
}
]
}