settings.json 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. {
  2. "files.associations": {
  3. "iostream": "cpp",
  4. "ostream": "cpp",
  5. "tuple": "cpp",
  6. "optional": "cpp",
  7. "coroutine": "cpp",
  8. "cctype": "cpp",
  9. "clocale": "cpp",
  10. "cmath": "cpp",
  11. "csignal": "cpp",
  12. "cstdarg": "cpp",
  13. "cstddef": "cpp",
  14. "cstdio": "cpp",
  15. "cstdlib": "cpp",
  16. "cstring": "cpp",
  17. "ctime": "cpp",
  18. "cwchar": "cpp",
  19. "cwctype": "cpp",
  20. "any": "cpp",
  21. "array": "cpp",
  22. "atomic": "cpp",
  23. "hash_map": "cpp",
  24. "bit": "cpp",
  25. "*.tcc": "cpp",
  26. "charconv": "cpp",
  27. "chrono": "cpp",
  28. "codecvt": "cpp",
  29. "compare": "cpp",
  30. "concepts": "cpp",
  31. "condition_variable": "cpp",
  32. "cstdint": "cpp",
  33. "deque": "cpp",
  34. "list": "cpp",
  35. "map": "cpp",
  36. "string": "cpp",
  37. "unordered_map": "cpp",
  38. "vector": "cpp",
  39. "exception": "cpp",
  40. "algorithm": "cpp",
  41. "functional": "cpp",
  42. "iterator": "cpp",
  43. "memory": "cpp",
  44. "memory_resource": "cpp",
  45. "numeric": "cpp",
  46. "random": "cpp",
  47. "ratio": "cpp",
  48. "source_location": "cpp",
  49. "string_view": "cpp",
  50. "system_error": "cpp",
  51. "type_traits": "cpp",
  52. "utility": "cpp",
  53. "format": "cpp",
  54. "fstream": "cpp",
  55. "initializer_list": "cpp",
  56. "iomanip": "cpp",
  57. "iosfwd": "cpp",
  58. "istream": "cpp",
  59. "limits": "cpp",
  60. "mutex": "cpp",
  61. "new": "cpp",
  62. "numbers": "cpp",
  63. "semaphore": "cpp",
  64. "shared_mutex": "cpp",
  65. "span": "cpp",
  66. "sstream": "cpp",
  67. "stdexcept": "cpp",
  68. "stdfloat": "cpp",
  69. "stop_token": "cpp",
  70. "streambuf": "cpp",
  71. "text_encoding": "cpp",
  72. "thread": "cpp",
  73. "cinttypes": "cpp",
  74. "typeindex": "cpp",
  75. "typeinfo": "cpp",
  76. "valarray": "cpp",
  77. "variant": "cpp",
  78. "*.inc": "cpp",
  79. },
  80. "editor.renderWhitespace": "all",
  81. "editor.renderControlCharacters": true,
  82. "workbench.colorCustomizations":
  83. {
  84. "editorWhitespace.foreground": "#999393",
  85. "editorIndentGuide.activeBackground1": "#00FF00"
  86. }
  87. }