update readme
[lunaix-os.git] / lunaix-os / .vscode / tasks.json
1 {
2     "version": "2.0.0",
3     "tasks": [
4         {
5             "label": "Launch LunaixOS",
6             "type": "shell",
7             "command": "make debug-qemu-vscode",
8             "isBackground": true,
9             "problemMatcher": {
10                 "background": {
11                     "activeOnStart": true,
12                     "endsPattern": "^\\(qemu\\).*"
13                 }
14             }
15         }
16     ]
17 }