mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-05-28 15:34:31 +00:00
userspace/libc_test: add VSCode snippets and workspace configuration
Signed-off-by: EnderIce2 <enderice2@protonmail.com>
This commit is contained in:
parent
655a2d88f5
commit
9c9f5549d7
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; }"
|
||||
},
|
||||
}
|
@ -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
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user