fix(userspace/libc): update vscode stub macro with improved formatting

Signed-off-by: EnderIce2 <enderice2@protonmail.com>
This commit is contained in:
EnderIce2 2025-02-24 02:09:31 +02:00
parent 0958cdf7f8
commit a2ce579a61
No known key found for this signature in database
GPG Key ID: 2EE20AF089811A5A

View File

@ -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;",
"}",
]
},
}