diff --git a/c_cpp_properties.json b/c_cpp_properties.json new file mode 100644 index 0000000..c9c8223 --- /dev/null +++ b/c_cpp_properties.json @@ -0,0 +1,28 @@ +{ + "env": { + "myDefaultIncludePath": ["${workspaceFolder}", "${workspaceFolder}/include"] + }, + "configurations": [ + { + "name": "Linux", + "intelliSenseMode": "clang-x64", + "includePath": [ + "${myDefaultIncludePath}", + "${workspaceFolder}/include/**", + "${workspaceFolder}/lib/**", + "${workspaceFolder}/tests/**", + "${workspaceFolder}/third_party/**", + "${workspaceFolder}/tools/**" + ], + "defines": [], + "compilerPath": "/usr/bin/clang-3.9", + "compileCommands": "${workspaceFolder}/compile_commands.json", + "browse": { + "path": ["${workspaceFolder}"], + "limitSymbolsToIncludedHeaders": true, + "databaseFilename": "" + } + } + ], + "version": 4 +}