c_cpp_properties.json 514 B

1234567891011121314151617181920
  1. {
  2. "configurations": [
  3. {
  4. "browse": {
  5. "databaseFilename": "",
  6. "limitSymbolsToIncludedHeaders": true
  7. },
  8. "includePath": [
  9. "/opt/ros/kinetic/include",
  10. "/usr/include"
  11. ],
  12. "name": "Linux",
  13. "intelliSenseMode": "gcc-x64",
  14. "compilerPath": "/usr/local/bin/clang",
  15. "cStandard": "c11",
  16. "cppStandard": "c++14"
  17. }
  18. ],
  19. "version": 4
  20. }