settings.json 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. {
  2. "files.associations": {
  3. "*.cpp": "cpp",
  4. "typeinfo": "c",
  5. "string.h": "c",
  6. "ioctl.h": "c",
  7. "raw.h": "c",
  8. "jmcan.h": "c",
  9. "pxtools.h": "c",
  10. "jmdata.h": "c",
  11. "can.h": "c",
  12. "xutility": "c",
  13. "rsa.h": "c",
  14. "hmac.h": "c",
  15. "jmros.h": "c",
  16. "jmremote.h": "c",
  17. "cantransmit.h": "c",
  18. "jmmqtt.h": "c",
  19. "stdint.h": "c",
  20. "type_traits": "c",
  21. "stdarg.h": "c",
  22. "stdio.h": "c",
  23. "*.in": "cpp",
  24. "pxepoll.h": "c",
  25. "signal.h": "c",
  26. "unistd.h": "c",
  27. "time.h": "c",
  28. "netdb.h": "c",
  29. "cctype": "cpp",
  30. "clocale": "cpp",
  31. "cmath": "cpp",
  32. "csignal": "cpp",
  33. "cstdarg": "cpp",
  34. "cstddef": "cpp",
  35. "cstdio": "cpp",
  36. "cstdlib": "cpp",
  37. "cstring": "cpp",
  38. "ctime": "cpp",
  39. "cwchar": "cpp",
  40. "cwctype": "cpp",
  41. "array": "cpp",
  42. "atomic": "cpp",
  43. "strstream": "cpp",
  44. "bit": "cpp",
  45. "*.tcc": "cpp",
  46. "bitset": "cpp",
  47. "chrono": "cpp",
  48. "codecvt": "cpp",
  49. "complex": "cpp",
  50. "condition_variable": "cpp",
  51. "cstdint": "cpp",
  52. "deque": "cpp",
  53. "list": "cpp",
  54. "map": "cpp",
  55. "set": "cpp",
  56. "unordered_map": "cpp",
  57. "unordered_set": "cpp",
  58. "vector": "cpp",
  59. "exception": "cpp",
  60. "algorithm": "cpp",
  61. "functional": "cpp",
  62. "iterator": "cpp",
  63. "memory": "cpp",
  64. "memory_resource": "cpp",
  65. "numeric": "cpp",
  66. "optional": "cpp",
  67. "random": "cpp",
  68. "ratio": "cpp",
  69. "string": "cpp",
  70. "string_view": "cpp",
  71. "system_error": "cpp",
  72. "tuple": "cpp",
  73. "utility": "cpp",
  74. "hash_map": "cpp",
  75. "hash_set": "cpp",
  76. "fstream": "cpp",
  77. "future": "cpp",
  78. "initializer_list": "cpp",
  79. "iomanip": "cpp",
  80. "iosfwd": "cpp",
  81. "iostream": "cpp",
  82. "istream": "cpp",
  83. "limits": "cpp",
  84. "mutex": "cpp",
  85. "new": "cpp",
  86. "ostream": "cpp",
  87. "shared_mutex": "cpp",
  88. "sstream": "cpp",
  89. "stdexcept": "cpp",
  90. "streambuf": "cpp",
  91. "thread": "cpp",
  92. "cfenv": "cpp",
  93. "cinttypes": "cpp",
  94. "typeindex": "cpp",
  95. "variant": "cpp",
  96. "regex": "cpp"
  97. },
  98. "cmake.sourceDirectory": "/home/nvidia/viking/workspace/catkin_ws/src"
  99. }