diff options
author | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2019-07-05 15:51:43 +0200 |
---|---|---|
committer | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2019-08-01 17:45:11 +0200 |
commit | 9e15ef8f38cd7562365356839ab9822e060c68cc (patch) | |
tree | 7632bb8ba2cb979e9c4fafe84ed65e86bf36d798 /.vscode/c_cpp_properties.json | |
parent | 3222760334559699fa1b73bdc34393f8140d1fcb (diff) |
Use generic path for Json config file
Change-Id: Iad3f46a4b08e29efb72dff8a3d2328e19923186a
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
Diffstat (limited to '.vscode/c_cpp_properties.json')
-rw-r--r-- | .vscode/c_cpp_properties.json | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/.vscode/c_cpp_properties.json b/.vscode/c_cpp_properties.json index d690f48..82768b6 100644 --- a/.vscode/c_cpp_properties.json +++ b/.vscode/c_cpp_properties.json @@ -5,12 +5,10 @@ "includePath": [ "${workspaceFolder}", "/usr/include/c++/7", - "/usr/include/c++/7/x86_64-redhat-linux", "/usr/include/c++/7/backward", "/usr/local/include", "/usr/lib64/clang/5.0.1/include", "/usr/include", - "/opt/include", "/opt/AGL/include", "/opt/AGL/include/afb", "${workspaceFolder}/src" @@ -21,12 +19,10 @@ "path": [ "${workspaceFolder}", "/usr/include/c++/7", - "/usr/include/c++/7/x86_64-redhat-linux", "/usr/include/c++/7/backward", "/usr/local/include", "/usr/lib64/clang/5.0.1/include", "/usr/include", - "/opt/include", "/opt/AGL/include", "/opt/AGL/include/afb" ], |