You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

71 lines
1.5 KiB

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