blob: 6a99fb2118b0d34f37b8fe7e86371a5442016a48 [file] [log] [blame]
{
"configurations": [
{
"name": "Linux",
"includePath": [
"${workspaceFolder}/**"
],
"defines": [],
"compilerPath": "${workspaceFolder}/prebuilts/linux-x64/clang/bin/clang",
"cStandard": "c11",
"cppStandard": "c++17",
"intelliSenseMode": "clang-x64",
"compileCommands": "${workspaceFolder}/out/reference/compile_commands.json"
}
],
"version": 4
}