ELFIO/.vscode/c_cpp_properties.json
Serge Lamikhov-Center 1a5ac38fae Add VSCODE settings
2020-02-22 11:29:45 +02:00

18 lines
411 B
JSON

{
"configurations": [
{
"name": "Linux",
"includePath": [
"${workspaceFolder}/**",
"/home/user/boost_1_72_0"
],
"defines": [],
"compilerPath": "/usr/bin/gcc",
"cStandard": "c11",
"cppStandard": "c++17",
"intelliSenseMode": "clang-x64"
}
],
"version": 4
}