c_cpp_properties.json 423 B

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