1
0
mirror of https://github.com/cathery/sys-con.git synced 2024-06-29 00:48:43 +00:00

Update vscode configurations

This commit is contained in:
cathery 2020-05-29 16:59:45 +03:00
parent 8871e0073e
commit 0fdbb6f305
2 changed files with 6 additions and 5 deletions

View File

@ -3,7 +3,7 @@
{ {
"name": "AArch64 libnx", "name": "AArch64 libnx",
"includePath": [ "includePath": [
"${DEVKITPRO}/devkitA64/lib/gcc/aarch64-none-elf/9.2.0/include", "${DEVKITPRO}/devkitA64/lib/gcc/aarch64-none-elf/10.1.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",
@ -22,9 +22,9 @@
"ATMOSPHERE_OS_HORIZON" "ATMOSPHERE_OS_HORIZON"
], ],
"compilerPath": "${DEVKITPRO}/devkitA64/bin/aarch64-none-elf-g++", "compilerPath": "${DEVKITPRO}/devkitA64/bin/aarch64-none-elf-g++",
"cStandard": "c11", "cStandard": "gnu18",
"cppStandard": "c++20", "cppStandard": "gnu++20",
"intelliSenseMode": "gcc-x64" "intelliSenseMode": "gcc-arm64"
} }
], ],
"version": 4 "version": 4

View File

@ -58,6 +58,7 @@
"map": "cpp", "map": "cpp",
"set": "cpp", "set": "cpp",
"mutex": "cpp", "mutex": "cpp",
"shared_mutex": "cpp" "shared_mutex": "cpp",
"span": "cpp"
}, },
} }