mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-05-27 15:04:31 +00:00
fix(userspace/libc): update vscode stub macro with improved formatting
Signed-off-by: EnderIce2 <enderice2@protonmail.com>
This commit is contained in:
parent
0958cdf7f8
commit
a2ce579a61
@ -1,6 +1,11 @@
|
||||
{
|
||||
"libc_test stub macro": {
|
||||
"prefix": "zxc",
|
||||
"body": "int test_$TM_FILENAME_BASE() { return 2; }"
|
||||
"body": [
|
||||
"int test_$TM_FILENAME_BASE()",
|
||||
"{",
|
||||
"\treturn 2;",
|
||||
"}",
|
||||
]
|
||||
},
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user