mirror of
https://github.com/cathery/sys-con.git
synced 2024-11-16 14:09:51 +00:00
Remove recursive directories in vscode includePath
This commit is contained in:
parent
f527c2c388
commit
aa9fc2e415
8
.vscode/c_cpp_properties.json
vendored
8
.vscode/c_cpp_properties.json
vendored
@ -3,10 +3,10 @@
|
|||||||
{
|
{
|
||||||
"name": "AArch64 libnx",
|
"name": "AArch64 libnx",
|
||||||
"includePath": [
|
"includePath": [
|
||||||
"${DEVKITPRO}/devkitA64/lib/gcc/aarch64-none-elf/**",
|
"${DEVKITPRO}/devkitA64/lib/gcc/aarch64-none-elf/9.2.0/include",
|
||||||
"${DEVKITPRO}/devkitA64/aarch64-none-elf/include/**",
|
"${DEVKITPRO}/devkitA64/aarch64-none-elf/include",
|
||||||
"${DEVKITPRO}/portlibs/switch/include/**",
|
"${DEVKITPRO}/portlibs/switch/include",
|
||||||
"${DEVKITPRO}/libnx/include/**",
|
"${DEVKITPRO}/libnx/include",
|
||||||
"source/ControllerLib",
|
"source/ControllerLib",
|
||||||
"source/ControllerSwitch",
|
"source/ControllerSwitch",
|
||||||
"source/inih",
|
"source/inih",
|
||||||
|
Loading…
Reference in New Issue
Block a user