ELFIO/.vscode/c_cpp_properties.json

19 lines
548 B
JSON
Raw Normal View History

2020-02-22 09:29:45 +00:00
{
"configurations": [
{
"name": "Linux",
"includePath": [
"${workspaceFolder}",
"${workspaceFolder}/**"
2020-02-22 09:29:45 +00:00
],
"defines": [],
"compilerPath": "/usr/bin/g++",
2020-02-22 09:29:45 +00:00
"cStandard": "c11",
"cppStandard": "c++17",
2020-09-26 14:49:44 +00:00
"intelliSenseMode": "clang-x64",
"compileCommands": "${workspaceFolder}/build/compile_commands.json",
"configurationProvider": "ms-vscode.cmake-tools"
2020-02-22 09:29:45 +00:00
}
],
"version": 4
}