soft_bus.code-workspace 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. {
  2. "folders": [
  3. {
  4. "path": "."
  5. },
  6. {
  7. "path": "../../../../EMUC2_CAN_API_V2.0.0_Linux/EMUC2_CAN_API_V2.0.0_Linux"
  8. }
  9. ],
  10. "settings": {
  11. "files.associations": {
  12. "*.dbclient-js": "javascript",
  13. "chrono": "cpp",
  14. "random": "cpp",
  15. "limits": "cpp",
  16. "semaphore": "cpp",
  17. "system_error": "cpp",
  18. "array": "cpp",
  19. "atomic": "cpp",
  20. "bit": "cpp",
  21. "bitset": "cpp",
  22. "cctype": "cpp",
  23. "cinttypes": "cpp",
  24. "clocale": "cpp",
  25. "cmath": "cpp",
  26. "codecvt": "cpp",
  27. "compare": "cpp",
  28. "concepts": "cpp",
  29. "condition_variable": "cpp",
  30. "cstdarg": "cpp",
  31. "cstddef": "cpp",
  32. "cstdint": "cpp",
  33. "cstdio": "cpp",
  34. "cstdlib": "cpp",
  35. "cstring": "cpp",
  36. "ctime": "cpp",
  37. "cwchar": "cpp",
  38. "cwctype": "cpp",
  39. "deque": "cpp",
  40. "forward_list": "cpp",
  41. "list": "cpp",
  42. "map": "cpp",
  43. "set": "cpp",
  44. "string": "cpp",
  45. "unordered_map": "cpp",
  46. "unordered_set": "cpp",
  47. "vector": "cpp",
  48. "exception": "cpp",
  49. "algorithm": "cpp",
  50. "functional": "cpp",
  51. "iterator": "cpp",
  52. "memory": "cpp",
  53. "memory_resource": "cpp",
  54. "numeric": "cpp",
  55. "ratio": "cpp",
  56. "regex": "cpp",
  57. "string_view": "cpp",
  58. "tuple": "cpp",
  59. "type_traits": "cpp",
  60. "utility": "cpp",
  61. "fstream": "cpp",
  62. "future": "cpp",
  63. "initializer_list": "cpp",
  64. "iomanip": "cpp",
  65. "iosfwd": "cpp",
  66. "iostream": "cpp",
  67. "istream": "cpp",
  68. "mutex": "cpp",
  69. "new": "cpp",
  70. "numbers": "cpp",
  71. "ostream": "cpp",
  72. "sstream": "cpp",
  73. "stdexcept": "cpp",
  74. "stop_token": "cpp",
  75. "streambuf": "cpp",
  76. "thread": "cpp",
  77. "typeinfo": "cpp"
  78. }
  79. }
  80. }