c_cpp_properties.json 415 B

123456789101112131415161718
  1. {
  2. "configurations": [
  3. {
  4. "browse": {
  5. "databaseFilename": "",
  6. "limitSymbolsToIncludedHeaders": true
  7. },
  8. "includePath": [
  9. "/home/lenotary/work/code/top_mark_ws/devel/include/**",
  10. "/opt/ros/noetic/include/**",
  11. "/home/lenotary/work/code/top_mark_ws/src/top_mark/include/**",
  12. "/usr/include/**"
  13. ],
  14. "name": "ROS"
  15. }
  16. ],
  17. "version": 4
  18. }