commit | 7aaf999fc103c26008c807d63f6d5e86a7f0d488 | [log] [tgz] |
---|---|---|
author | Vova Bilonenko <bilonenko.v@gmail.com> | Fri Aug 17 10:05:00 2018 +0200 |
committer | Vova Bilonenko <bilonenko.v@gmail.com> | Fri Aug 17 10:05:00 2018 +0200 |
tree | 9b856bf9ba86bc56f47e7ceb72d7f4edb335178f | |
parent | 3ead1bd2ef1739457d666e4529e8faf58a29bba6 [diff] |
c_cpp_properties.json in readme
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 }