c_cpp_properties.json 657 B

123456789101112131415161718192021222324
  1. {
  2. "configurations": [
  3. {
  4. "browse": {
  5. "databaseFilename": "${default}",
  6. "limitSymbolsToIncludedHeaders": false
  7. },
  8. "includePath": [
  9. "/home/user/install/include/**",
  10. "/home/user/devel/include/**",
  11. "/opt/ros/melodic/include/**",
  12. "/home/user/carla-ros-bridge/catkin_ws/devel/include/**",
  13. "/home/user/carla-ros-bridge/catkin_ws/src/ros-bridge/pcl_recorder/include/**",
  14. "/usr/include/**"
  15. ],
  16. "name": "ROS",
  17. "intelliSenseMode": "gcc-x64",
  18. "compilerPath": "/usr/bin/gcc",
  19. "cStandard": "gnu11",
  20. "cppStandard": "c++14"
  21. }
  22. ],
  23. "version": 4
  24. }