c_cpp_properties.json 618 B

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