c_cpp_properties.json 581 B

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