userspace/libc_test: add VSCode snippets and workspace configuration

Signed-off-by: EnderIce2 <enderice2@protonmail.com>
This commit is contained in:
2025-01-28 11:37:10 +02:00
parent 655a2d88f5
commit 9c9f5549d7
2 changed files with 21 additions and 0 deletions

View File

@ -0,0 +1,6 @@
{
"libc_test stub macro": {
"prefix": "zxc",
"body": "int test_$TM_FILENAME_BASE() { return 2; }"
},
}