blob: 3ca0ef0dd858b0bce58fe8409bf6e54cdc05df26 [file] [log] [blame]
{
// See https://go.microsoft.com/fwlink/?LinkId=733558
// for the documentation about the tasks.json format
"version": "2.0.0",
"tasks": [
{
"label": "qemu:build",
"type": "shell",
"command": "make -C src/kernel/ debug-wait",
"problemMatcher": [],
"group": {
"kind": "build",
"isDefault": true
}
}
],
}