1
0
mirror of https://github.com/cathery/sys-con.git synced 2024-06-26 07:38:44 +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",
"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}/portlibs/switch/include",
"${DEVKITPRO}/libnx/include",
@ -22,9 +22,9 @@
"ATMOSPHERE_OS_HORIZON"
],
"compilerPath": "${DEVKITPRO}/devkitA64/bin/aarch64-none-elf-g++",
"cStandard": "c11",
"cppStandard": "c++20",
"intelliSenseMode": "gcc-x64"
"cStandard": "gnu18",
"cppStandard": "gnu++20",
"intelliSenseMode": "gcc-arm64"
}
],
"version": 4

View File

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