mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-07-03 19:39:16 +00:00
userspace/libc_test: add VSCode snippets and workspace configuration
Signed-off-by: EnderIce2 <enderice2@protonmail.com>
This commit is contained in:
6
Userspace/apps/test/libc_test/.vscode/c_boilerplates.code-snippets
vendored
Normal file
6
Userspace/apps/test/libc_test/.vscode/c_boilerplates.code-snippets
vendored
Normal file
@ -0,0 +1,6 @@
|
||||
{
|
||||
"libc_test stub macro": {
|
||||
"prefix": "zxc",
|
||||
"body": "int test_$TM_FILENAME_BASE() { return 2; }"
|
||||
},
|
||||
}
|
Reference in New Issue
Block a user