Няма описание
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.

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