EgoSystem.code-workspace 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  1. {
  2. "folders": [
  3. {
  4. "path": "webrtcinterop"
  5. },
  6. {
  7. "path": "common"
  8. },
  9. {
  10. "path": "updator"
  11. },
  12. {
  13. "path": "EgoSystem"
  14. }
  15. ],
  16. "settings": {
  17. "files.associations": {
  18. "__atomic": "cpp",
  19. "filesystem": "cpp",
  20. "thread": "cpp",
  21. "cctype": "cpp",
  22. "clocale": "cpp",
  23. "cmath": "cpp",
  24. "csignal": "cpp",
  25. "cstdarg": "cpp",
  26. "cstddef": "cpp",
  27. "cstdio": "cpp",
  28. "cstdlib": "cpp",
  29. "cstring": "cpp",
  30. "ctime": "cpp",
  31. "cwchar": "cpp",
  32. "cwctype": "cpp",
  33. "array": "cpp",
  34. "atomic": "cpp",
  35. "hash_map": "cpp",
  36. "hash_set": "cpp",
  37. "*.tcc": "cpp",
  38. "bitset": "cpp",
  39. "chrono": "cpp",
  40. "codecvt": "cpp",
  41. "complex": "cpp",
  42. "condition_variable": "cpp",
  43. "cstdint": "cpp",
  44. "deque": "cpp",
  45. "list": "cpp",
  46. "unordered_map": "cpp",
  47. "unordered_set": "cpp",
  48. "vector": "cpp",
  49. "exception": "cpp",
  50. "algorithm": "cpp",
  51. "functional": "cpp",
  52. "iterator": "cpp",
  53. "map": "cpp",
  54. "memory": "cpp",
  55. "memory_resource": "cpp",
  56. "numeric": "cpp",
  57. "optional": "cpp",
  58. "random": "cpp",
  59. "ratio": "cpp",
  60. "set": "cpp",
  61. "string": "cpp",
  62. "string_view": "cpp",
  63. "system_error": "cpp",
  64. "tuple": "cpp",
  65. "type_traits": "cpp",
  66. "utility": "cpp",
  67. "fstream": "cpp",
  68. "future": "cpp",
  69. "initializer_list": "cpp",
  70. "iomanip": "cpp",
  71. "iosfwd": "cpp",
  72. "iostream": "cpp",
  73. "istream": "cpp",
  74. "limits": "cpp",
  75. "mutex": "cpp",
  76. "new": "cpp",
  77. "ostream": "cpp",
  78. "sstream": "cpp",
  79. "stdexcept": "cpp",
  80. "streambuf": "cpp",
  81. "cinttypes": "cpp",
  82. "typeindex": "cpp",
  83. "typeinfo": "cpp",
  84. "forward_list": "cpp",
  85. "regex": "cpp",
  86. "variant": "cpp",
  87. "__nullptr": "cpp",
  88. "*.ipp": "cpp",
  89. "__hash_table": "cpp",
  90. "bit": "cpp",
  91. "any": "cpp",
  92. "strstream": "cpp",
  93. "shared_mutex": "cpp",
  94. "cfenv": "cpp",
  95. "core": "cpp",
  96. "xstring": "cpp",
  97. "xutility": "cpp"
  98. },
  99. "makefile.extensionOutputFolder": "./.vscode",
  100. "git.ignoreLimitWarning": true,
  101. "ros.distro": "noetic"
  102. },
  103. "extensions": {
  104. "recommendations": [
  105. "ms-vscode.cpptools"
  106. ]
  107. }
  108. }