mirror of
https://github.com/cathery/sys-con.git
synced 2024-11-16 14:09:51 +00:00
Update vscode configurations
This commit is contained in:
parent
5835a81102
commit
f7810db6f1
8
.vscode/c_cpp_properties.json
vendored
8
.vscode/c_cpp_properties.json
vendored
@ -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
|
||||
|
3
.vscode/settings.json
vendored
3
.vscode/settings.json
vendored
@ -58,6 +58,7 @@
|
||||
"map": "cpp",
|
||||
"set": "cpp",
|
||||
"mutex": "cpp",
|
||||
"shared_mutex": "cpp"
|
||||
"shared_mutex": "cpp",
|
||||
"span": "cpp"
|
||||
},
|
||||
}
|
Loading…
Reference in New Issue
Block a user