| commit | b18df1ce6f15deae10f320f3299dc0e9ec38225a | [log] [tgz] |
|---|---|---|
| author | Vova Bilonenko <bilonenko.v@gmail.com> | Tue Aug 21 10:05:45 2018 +0200 |
| committer | Vova Bilonenko <bilonenko.v@gmail.com> | Tue Aug 21 10:05:45 2018 +0200 |
| tree | 0895c3327b6b04d3a0c27355a13bace96467f0f8 | |
| parent | 9c24b478779e070349282127947f40aaba581ddc [diff] |
define has storage
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
}