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.

91 lines
2.3 KiB

2 years ago
2 years ago
2 years ago
1 year ago
2 years ago
1 year ago
2 years ago
  1. {
  2. "files.associations": {
  3. "*.hpp": "cpp",
  4. "qapplication": "cpp",
  5. "qdebug": "cpp",
  6. "qdatetime": "cpp",
  7. "vector": "cpp",
  8. "typeindex": "cpp",
  9. "typeinfo": "cpp",
  10. "string": "cpp",
  11. "memory": "cpp",
  12. "any": "cpp",
  13. "array": "cpp",
  14. "atomic": "cpp",
  15. "bit": "cpp",
  16. "*.tcc": "cpp",
  17. "bitset": "cpp",
  18. "cctype": "cpp",
  19. "charconv": "cpp",
  20. "chrono": "cpp",
  21. "clocale": "cpp",
  22. "cmath": "cpp",
  23. "codecvt": "cpp",
  24. "compare": "cpp",
  25. "complex": "cpp",
  26. "concepts": "cpp",
  27. "condition_variable": "cpp",
  28. "cstdarg": "cpp",
  29. "cstddef": "cpp",
  30. "cstdint": "cpp",
  31. "cstdio": "cpp",
  32. "cstdlib": "cpp",
  33. "cstring": "cpp",
  34. "ctime": "cpp",
  35. "cwchar": "cpp",
  36. "cwctype": "cpp",
  37. "deque": "cpp",
  38. "list": "cpp",
  39. "map": "cpp",
  40. "set": "cpp",
  41. "unordered_map": "cpp",
  42. "exception": "cpp",
  43. "algorithm": "cpp",
  44. "functional": "cpp",
  45. "iterator": "cpp",
  46. "memory_resource": "cpp",
  47. "numeric": "cpp",
  48. "optional": "cpp",
  49. "random": "cpp",
  50. "ratio": "cpp",
  51. "string_view": "cpp",
  52. "system_error": "cpp",
  53. "tuple": "cpp",
  54. "type_traits": "cpp",
  55. "utility": "cpp",
  56. "fstream": "cpp",
  57. "initializer_list": "cpp",
  58. "iomanip": "cpp",
  59. "iosfwd": "cpp",
  60. "iostream": "cpp",
  61. "istream": "cpp",
  62. "limits": "cpp",
  63. "mutex": "cpp",
  64. "new": "cpp",
  65. "numbers": "cpp",
  66. "ostream": "cpp",
  67. "semaphore": "cpp",
  68. "span": "cpp",
  69. "sstream": "cpp",
  70. "stdexcept": "cpp",
  71. "stop_token": "cpp",
  72. "streambuf": "cpp",
  73. "thread": "cpp",
  74. "cinttypes": "cpp",
  75. "variant": "cpp",
  76. "qfile": "cpp",
  77. "qmainwindow": "cpp",
  78. "qvalueaxis": "cpp",
  79. "qlabel": "cpp",
  80. "future": "cpp",
  81. "qcoreapplication": "cpp",
  82. "qcategoryaxis": "cpp",
  83. "qaction": "cpp",
  84. "qthread": "cpp",
  85. "zaf_ecode.h": "c",
  86. "qserialport": "cpp",
  87. "qserialportinfo": "cpp",
  88. "qmessagebox": "cpp"
  89. },
  90. "files.autoGuessEncoding": true,
  91. "files.encoding": "gbk",
  92. }