commit | 9f855d5e483a5e411e24fc0d2bd7b39259d6f889 | [log] [tgz] |
---|---|---|
author | Vova Bilonenko <bilonenko.v@gmail.com> | Wed Aug 22 07:34:10 2018 +0200 |
committer | Vova Bilonenko <bilonenko.v@gmail.com> | Wed Aug 22 07:34:10 2018 +0200 |
tree | aa3551a320d11d6ca73dd1d041cac45eea0a1a84 | |
parent | b18df1ce6f15deae10f320f3299dc0e9ec38225a [diff] |
some changes after Kai feedback
c_cpp_properties.json
{ "configurations": [ { "name": "CPP Mac", "includePath": [ "${workspaceFolder}/**", "/usr/include/**" ], "defines": [], "macFrameworkPath": [ "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/System/Library/Frameworks" ], "compilerPath": "/usr/bin/clang", "cStandard": "c11", "cppStandard": "c++17", "intelliSenseMode": "clang-x64", "compileCommands": "${workspaceFolder}/build/compile_commands.json" } ], "version": 4 }