c_cpp_properties.json 524 B

123456789101112131415161718192021
  1. {
  2. "configurations": [
  3. {
  4. "browse": {
  5. "databaseFilename": "${workspaceFolder}/.vscode/browse.vc.db",
  6. "limitSymbolsToIncludedHeaders": false
  7. },
  8. "includePath": [
  9. "/opt/ros/noetic/include/**",
  10. "/home/lenotary/catkin_ws/src/direct_lidar_odometry/include/**",
  11. "/usr/include/**"
  12. ],
  13. "name": "ROS",
  14. "intelliSenseMode": "gcc-x64",
  15. "compilerPath": "/usr/bin/gcc",
  16. "cStandard": "gnu11",
  17. "cppStandard": "c++14"
  18. }
  19. ],
  20. "version": 4
  21. }