settings.json 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. {
  2. "files.associations": {
  3. "*.cpp": "cpp",
  4. "ostream": "cpp",
  5. "cctype": "cpp",
  6. "clocale": "cpp",
  7. "cmath": "cpp",
  8. "cstdarg": "cpp",
  9. "cstddef": "cpp",
  10. "cstdio": "cpp",
  11. "cstdlib": "cpp",
  12. "cstring": "cpp",
  13. "ctime": "cpp",
  14. "cwchar": "cpp",
  15. "cwctype": "cpp",
  16. "array": "cpp",
  17. "atomic": "cpp",
  18. "strstream": "cpp",
  19. "*.tcc": "cpp",
  20. "bitset": "cpp",
  21. "chrono": "cpp",
  22. "complex": "cpp",
  23. "condition_variable": "cpp",
  24. "cstdint": "cpp",
  25. "deque": "cpp",
  26. "list": "cpp",
  27. "unordered_map": "cpp",
  28. "unordered_set": "cpp",
  29. "vector": "cpp",
  30. "exception": "cpp",
  31. "algorithm": "cpp",
  32. "functional": "cpp",
  33. "ratio": "cpp",
  34. "system_error": "cpp",
  35. "tuple": "cpp",
  36. "type_traits": "cpp",
  37. "fstream": "cpp",
  38. "initializer_list": "cpp",
  39. "iomanip": "cpp",
  40. "iosfwd": "cpp",
  41. "iostream": "cpp",
  42. "istream": "cpp",
  43. "limits": "cpp",
  44. "memory": "cpp",
  45. "mutex": "cpp",
  46. "new": "cpp",
  47. "numeric": "cpp",
  48. "sstream": "cpp",
  49. "stdexcept": "cpp",
  50. "streambuf": "cpp",
  51. "thread": "cpp",
  52. "cfenv": "cpp",
  53. "cinttypes": "cpp",
  54. "regex": "cpp",
  55. "utility": "cpp",
  56. "typeindex": "cpp",
  57. "typeinfo": "cpp",
  58. "valarray": "cpp",
  59. "csignal": "cpp",
  60. "optional": "cpp",
  61. "string_view": "cpp",
  62. "iterator": "cpp",
  63. "map": "cpp",
  64. "memory_resource": "cpp",
  65. "set": "cpp",
  66. "string": "cpp",
  67. "forward_list": "cpp",
  68. "random": "cpp",
  69. "*.ipp": "cpp",
  70. "hash_map": "cpp",
  71. "hash_set": "cpp",
  72. "codecvt": "cpp",
  73. "future": "cpp",
  74. "queue": "cpp",
  75. "filesystem": "cpp",
  76. "__nullptr": "cpp",
  77. "__bit_reference": "cpp",
  78. "__hash_table": "cpp",
  79. "__split_buffer": "cpp",
  80. "__tree": "cpp",
  81. "locale": "cpp",
  82. "stack": "cpp",
  83. "__node_handle": "cpp",
  84. "__locale": "cpp",
  85. "any": "cpp"
  86. },
  87. "C_Cpp.errorSquiggles": "Disabled",
  88. "commentTranslate.targetLanguage": "en"
  89. }