settings.json 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. {
  2. "files.associations": {
  3. "*.dbclient-js": "javascript",
  4. "chrono": "cpp",
  5. "random": "cpp",
  6. "limits": "cpp",
  7. "semaphore": "cpp",
  8. "system_error": "cpp",
  9. "array": "cpp",
  10. "atomic": "cpp",
  11. "bit": "cpp",
  12. "bitset": "cpp",
  13. "cctype": "cpp",
  14. "cinttypes": "cpp",
  15. "clocale": "cpp",
  16. "cmath": "cpp",
  17. "codecvt": "cpp",
  18. "compare": "cpp",
  19. "concepts": "cpp",
  20. "condition_variable": "cpp",
  21. "cstdarg": "cpp",
  22. "cstddef": "cpp",
  23. "cstdint": "cpp",
  24. "cstdio": "cpp",
  25. "cstdlib": "cpp",
  26. "cstring": "cpp",
  27. "ctime": "cpp",
  28. "cwchar": "cpp",
  29. "cwctype": "cpp",
  30. "deque": "cpp",
  31. "forward_list": "cpp",
  32. "list": "cpp",
  33. "map": "cpp",
  34. "set": "cpp",
  35. "string": "cpp",
  36. "unordered_map": "cpp",
  37. "unordered_set": "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. "ratio": "cpp",
  47. "regex": "cpp",
  48. "string_view": "cpp",
  49. "tuple": "cpp",
  50. "type_traits": "cpp",
  51. "utility": "cpp",
  52. "fstream": "cpp",
  53. "future": "cpp",
  54. "initializer_list": "cpp",
  55. "iomanip": "cpp",
  56. "iosfwd": "cpp",
  57. "iostream": "cpp",
  58. "istream": "cpp",
  59. "mutex": "cpp",
  60. "new": "cpp",
  61. "numbers": "cpp",
  62. "ostream": "cpp",
  63. "sstream": "cpp",
  64. "stdexcept": "cpp",
  65. "stop_token": "cpp",
  66. "streambuf": "cpp",
  67. "thread": "cpp",
  68. "typeinfo": "cpp"
  69. }
  70. }