settings.json 2.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. {
  2. "python.autoComplete.extraPaths": [
  3. "/home/nvidia/workspace/catkin_ws/devel/lib/python3/dist-packages",
  4. "/opt/ros/noetic/lib/python3/dist-packages"
  5. ],
  6. "python.analysis.extraPaths": [
  7. "/home/nvidia/workspace/catkin_ws/devel/lib/python3/dist-packages",
  8. "/opt/ros/noetic/lib/python3/dist-packages"
  9. ],
  10. "C_Cpp.intelliSenseEngine": "Tag Parser",
  11. "cmake.sourceDirectory": "/home/nvidia/workspace/SlagPotCarrier_ws/src/rtk_imu_pkg",
  12. "files.associations": {
  13. "cctype": "cpp",
  14. "clocale": "cpp",
  15. "cmath": "cpp",
  16. "csignal": "cpp",
  17. "cstdarg": "cpp",
  18. "cstddef": "cpp",
  19. "cstdio": "cpp",
  20. "cstdlib": "cpp",
  21. "cstring": "cpp",
  22. "ctime": "cpp",
  23. "cwchar": "cpp",
  24. "cwctype": "cpp",
  25. "array": "cpp",
  26. "atomic": "cpp",
  27. "hash_map": "cpp",
  28. "hash_set": "cpp",
  29. "strstream": "cpp",
  30. "bit": "cpp",
  31. "*.tcc": "cpp",
  32. "bitset": "cpp",
  33. "chrono": "cpp",
  34. "complex": "cpp",
  35. "condition_variable": "cpp",
  36. "cstdint": "cpp",
  37. "deque": "cpp",
  38. "list": "cpp",
  39. "map": "cpp",
  40. "set": "cpp",
  41. "unordered_map": "cpp",
  42. "unordered_set": "cpp",
  43. "vector": "cpp",
  44. "exception": "cpp",
  45. "algorithm": "cpp",
  46. "functional": "cpp",
  47. "iterator": "cpp",
  48. "memory": "cpp",
  49. "memory_resource": "cpp",
  50. "numeric": "cpp",
  51. "optional": "cpp",
  52. "random": "cpp",
  53. "ratio": "cpp",
  54. "string": "cpp",
  55. "string_view": "cpp",
  56. "system_error": "cpp",
  57. "tuple": "cpp",
  58. "type_traits": "cpp",
  59. "utility": "cpp",
  60. "fstream": "cpp",
  61. "initializer_list": "cpp",
  62. "iomanip": "cpp",
  63. "iosfwd": "cpp",
  64. "iostream": "cpp",
  65. "istream": "cpp",
  66. "limits": "cpp",
  67. "mutex": "cpp",
  68. "new": "cpp",
  69. "ostream": "cpp",
  70. "shared_mutex": "cpp",
  71. "sstream": "cpp",
  72. "stdexcept": "cpp",
  73. "streambuf": "cpp",
  74. "thread": "cpp",
  75. "cfenv": "cpp",
  76. "cinttypes": "cpp",
  77. "typeindex": "cpp",
  78. "typeinfo": "cpp",
  79. "variant": "cpp",
  80. "*.h": "cpp",
  81. "*.hpp": "cpp",
  82. "geometry": "cpp",
  83. "dense": "cpp",
  84. "core": "cpp",
  85. "numericaldiff": "cpp",
  86. "codecvt": "cpp",
  87. "future": "cpp",
  88. "*.ipp": "cpp",
  89. "regex": "cpp"
  90. }
  91. }