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.

60 lines
1.5 KiB

1 year ago
1 year ago
1 year ago
12 months ago
12 months ago
1 year ago
1 year ago
  1. {
  2. "files.associations": {
  3. "*.hpp": "cpp",
  4. "qobject": "cpp",
  5. "variant": "cpp",
  6. "new": "cpp",
  7. "qtabwidget": "cpp",
  8. "array": "cpp",
  9. "atomic": "cpp",
  10. "*.tcc": "cpp",
  11. "cctype": "cpp",
  12. "chrono": "cpp",
  13. "clocale": "cpp",
  14. "cmath": "cpp",
  15. "condition_variable": "cpp",
  16. "cstdarg": "cpp",
  17. "cstddef": "cpp",
  18. "cstdint": "cpp",
  19. "cstdio": "cpp",
  20. "cstdlib": "cpp",
  21. "ctime": "cpp",
  22. "cwchar": "cpp",
  23. "cwctype": "cpp",
  24. "deque": "cpp",
  25. "list": "cpp",
  26. "unordered_map": "cpp",
  27. "vector": "cpp",
  28. "exception": "cpp",
  29. "algorithm": "cpp",
  30. "functional": "cpp",
  31. "iterator": "cpp",
  32. "map": "cpp",
  33. "memory": "cpp",
  34. "memory_resource": "cpp",
  35. "numeric": "cpp",
  36. "optional": "cpp",
  37. "random": "cpp",
  38. "ratio": "cpp",
  39. "set": "cpp",
  40. "string": "cpp",
  41. "string_view": "cpp",
  42. "system_error": "cpp",
  43. "tuple": "cpp",
  44. "type_traits": "cpp",
  45. "utility": "cpp",
  46. "fstream": "cpp",
  47. "future": "cpp",
  48. "initializer_list": "cpp",
  49. "iosfwd": "cpp",
  50. "iostream": "cpp",
  51. "istream": "cpp",
  52. "limits": "cpp",
  53. "mutex": "cpp",
  54. "ostream": "cpp",
  55. "sstream": "cpp",
  56. "stdexcept": "cpp",
  57. "streambuf": "cpp",
  58. "thread": "cpp",
  59. "typeinfo": "cpp"
  60. }
  61. }