diff options
Diffstat (limited to '.vscode/c_cpp_properties.json')
-rw-r--r-- | .vscode/c_cpp_properties.json | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/.vscode/c_cpp_properties.json b/.vscode/c_cpp_properties.json index a15f134..d690f48 100644 --- a/.vscode/c_cpp_properties.json +++ b/.vscode/c_cpp_properties.json @@ -12,9 +12,8 @@ "/usr/include", "/opt/include", "/opt/AGL/include", - "${workspaceFolder}/afb-helpers", - "${workspaceFolder}/src", - "${workspaceFolder}/app-controller-submodule/ctl-lib" + "/opt/AGL/include/afb", + "${workspaceFolder}/src" ], "defines": [], "intelliSenseMode": "clang-x64", @@ -29,7 +28,7 @@ "/usr/include", "/opt/include", "/opt/AGL/include", - "${workspaceFolder}/afb-helpers" + "/opt/AGL/include/afb" ], "limitSymbolsToIncludedHeaders": true, "databaseFilename": "" @@ -40,4 +39,4 @@ } ], "version": 4 -}
\ No newline at end of file +} |