c_cpp_properties.json
{
"configurations": [
{
"name": "3DS",
"includePath": [
"${workspaceFolder}/**",
"/opt/devkitpro/devkitARM/arm-none-eabi/include",
"/opt/devkitpro/libctru/include"
],
"defines": [],
"compilerPath": "/opt/devkitpro/devkitARM/bin/arm-none-eabi-gcc",
"browse": {
"limitSymbolsToIncludedHeaders": true,
"databaseFilename": ""
},
"intelliSenseMode": "gcc-arm"
}
],
}

