RTSA-lab01-CacheAnalysis/.vscode/c_cpp_properties.json

17 lines
456 B
JSON
Raw Permalink Normal View History

2022-05-24 23:30:04 +02:00
{
"configurations": [
{
"name": "Linux",
"includePath": [
"${workspaceFolder}/**"
],
"defines": [],
"compilerPath": "/usr/bin/clang",
"cStandard": "c17",
"cppStandard": "c++14",
"intelliSenseMode": "linux-clang-x64",
"compileCommands": "${workspaceFolder}/build/compile_commands.json"
}
],
"version": 4
}