commit | 339c7c1dba176d1435fd5d79a11aab0df78a825b | [log] [tgz] |
---|---|---|
author | Vova Bilonenko <bilonenko.v@gmail.com> | Mon Aug 20 09:57:44 2018 +0200 |
committer | Vova Bilonenko <bilonenko.v@gmail.com> | Mon Aug 20 09:57:44 2018 +0200 |
tree | d3f0d835f8bb193961dead99415154bbbe854db7 | |
parent | 8ab87124bb89cfbd043baae85e766a20681df10d [diff] |
read coords
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 }