userspace/libc_test: add VSCode snippets and workspace configuration

Signed-off-by: EnderIce2 <enderice2@protonmail.com>
This commit is contained in:
EnderIce2 2025-01-28 11:37:10 +02:00
parent 655a2d88f5
commit 9c9f5549d7
No known key found for this signature in database
GPG Key ID: 2EE20AF089811A5A
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; }"
},
}

View File

@ -0,0 +1,15 @@
{
"folders": [
{
"path": "./"
}
],
"settings": {
"terminal.integrated.cwd": "./",
"debug.allowBreakpointsEverywhere": true,
"git.alwaysSignOff": true,
"git.defaultBranchName": "master",
"git.openRepositoryInParentFolders": "always",
"C_Cpp.autoAddFileAssociations": false
}
}