commit | 6cfe88e62001e99f755c7d26c3777deb4ba92d63 | [log] [tgz] |
---|---|---|
author | Vova Bilonenko <bilonenko.v@gmail.com> | Tue Aug 28 08:04:59 2018 +0200 |
committer | Vova Bilonenko <bilonenko.v@gmail.com> | Tue Aug 28 08:04:59 2018 +0200 |
tree | 4002de15c659099a3a5e389467c9fb23797293d7 | |
parent | 3acd5b4026b40e88d5f6334dc98e5aa4c113c827 [diff] |
save out to file
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 }