ELFIO/.vscode/c_cpp_properties.json

17 lines
429 B
JSON
Raw Normal View History

2020-02-22 09:29:45 +00:00
{
"configurations": [
{
"name": "Linux",
"includePath": [
"${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",
"intelliSenseMode": "clang-x64",
"configurationProvider": "ms-vscode.cmake-tools"
2020-02-22 09:29:45 +00:00
}
],
"version": 4
}