git://scm.lunaixsky.com
/
lunaix-os.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Improve cake allocator's memory utilisation (#43)
[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
}