controlsystems.code-workspace 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. {
  2. "folders": [
  3. {
  4. "path": "lighting"
  5. },
  6. {
  7. "name": "lighting-remote",
  8. "path": "lighting-remote"
  9. },
  10. {
  11. "name": "shower",
  12. "path": "shower"
  13. },
  14. {
  15. "path": "kitchen"
  16. }
  17. ],
  18. "settings": {
  19. "files.associations": {
  20. "array": "cpp",
  21. "atomic": "cpp",
  22. "*.tcc": "cpp",
  23. "cctype": "cpp",
  24. "clocale": "cpp",
  25. "cmath": "cpp",
  26. "cstdarg": "cpp",
  27. "cstddef": "cpp",
  28. "cstdint": "cpp",
  29. "cstdio": "cpp",
  30. "cstdlib": "cpp",
  31. "cstring": "cpp",
  32. "ctime": "cpp",
  33. "cwchar": "cpp",
  34. "cwctype": "cpp",
  35. "deque": "cpp",
  36. "unordered_map": "cpp",
  37. "unordered_set": "cpp",
  38. "vector": "cpp",
  39. "exception": "cpp",
  40. "algorithm": "cpp",
  41. "functional": "cpp",
  42. "iterator": "cpp",
  43. "map": "cpp",
  44. "memory": "cpp",
  45. "memory_resource": "cpp",
  46. "numeric": "cpp",
  47. "optional": "cpp",
  48. "random": "cpp",
  49. "string": "cpp",
  50. "string_view": "cpp",
  51. "system_error": "cpp",
  52. "tuple": "cpp",
  53. "type_traits": "cpp",
  54. "utility": "cpp",
  55. "fstream": "cpp",
  56. "initializer_list": "cpp",
  57. "iomanip": "cpp",
  58. "iosfwd": "cpp",
  59. "istream": "cpp",
  60. "limits": "cpp",
  61. "new": "cpp",
  62. "ostream": "cpp",
  63. "sstream": "cpp",
  64. "stdexcept": "cpp",
  65. "streambuf": "cpp",
  66. "cinttypes": "cpp",
  67. "typeinfo": "cpp"
  68. }
  69. }
  70. }