From b04abf042f92abfade77f94289e59a9b84fb2a7c Mon Sep 17 00:00:00 2001 From: lianghongkey Date: Wed, 19 Feb 2020 17:54:57 +0800 Subject: [PATCH] Update c_cpp_properties.json --- c_cpp_properties.json | 21 +++++++-------------- 1 file changed, 7 insertions(+), 14 deletions(-) diff --git a/c_cpp_properties.json b/c_cpp_properties.json index c9c8223..eee89c2 100644 --- a/c_cpp_properties.json +++ b/c_cpp_properties.json @@ -1,27 +1,20 @@ { "env": { - "myDefaultIncludePath": ["${workspaceFolder}", "${workspaceFolder}/include"] - }, + "myDefaultIncludePath": [ + "${workspaceFolder}", + "${workspaceFolder}/include" + ] + }, "configurations": [ { "name": "Linux", "intelliSenseMode": "clang-x64", "includePath": [ - "${myDefaultIncludePath}", - "${workspaceFolder}/include/**", - "${workspaceFolder}/lib/**", - "${workspaceFolder}/tests/**", - "${workspaceFolder}/third_party/**", - "${workspaceFolder}/tools/**" + "${workspaceFolder}/**" ], "defines": [], "compilerPath": "/usr/bin/clang-3.9", - "compileCommands": "${workspaceFolder}/compile_commands.json", - "browse": { - "path": ["${workspaceFolder}"], - "limitSymbolsToIncludedHeaders": true, - "databaseFilename": "" - } + "compileCommands": "${workspaceFolder}/compile_commands.json" } ], "version": 4