From 0fdbb6f305c0d0c6cdd8b6b07ba89c20e555cae5 Mon Sep 17 00:00:00 2001 From: cathery Date: Fri, 29 May 2020 16:59:45 +0300 Subject: [PATCH] Update vscode configurations --- .vscode/c_cpp_properties.json | 8 ++++---- .vscode/settings.json | 3 ++- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/.vscode/c_cpp_properties.json b/.vscode/c_cpp_properties.json index cdeba24..b11c678 100644 --- a/.vscode/c_cpp_properties.json +++ b/.vscode/c_cpp_properties.json @@ -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 diff --git a/.vscode/settings.json b/.vscode/settings.json index 22f1b93..c24411f 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -58,6 +58,7 @@ "map": "cpp", "set": "cpp", "mutex": "cpp", - "shared_mutex": "cpp" + "shared_mutex": "cpp", + "span": "cpp" }, } \ No newline at end of file