settings.json 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. {
  2. "files.associations": {
  3. "thread": "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. "strstream": "cpp",
  18. "*.tcc": "cpp",
  19. "bitset": "cpp",
  20. "chrono": "cpp",
  21. "cinttypes": "cpp",
  22. "complex": "cpp",
  23. "condition_variable": "cpp",
  24. "cstdint": "cpp",
  25. "deque": "cpp",
  26. "list": "cpp",
  27. "unordered_map": "cpp",
  28. "vector": "cpp",
  29. "exception": "cpp",
  30. "algorithm": "cpp",
  31. "functional": "cpp",
  32. "ratio": "cpp",
  33. "system_error": "cpp",
  34. "tuple": "cpp",
  35. "type_traits": "cpp",
  36. "fstream": "cpp",
  37. "initializer_list": "cpp",
  38. "iomanip": "cpp",
  39. "iosfwd": "cpp",
  40. "iostream": "cpp",
  41. "istream": "cpp",
  42. "limits": "cpp",
  43. "memory": "cpp",
  44. "mutex": "cpp",
  45. "new": "cpp",
  46. "ostream": "cpp",
  47. "numeric": "cpp",
  48. "sstream": "cpp",
  49. "stdexcept": "cpp",
  50. "streambuf": "cpp",
  51. "cfenv": "cpp",
  52. "utility": "cpp",
  53. "typeindex": "cpp",
  54. "typeinfo": "cpp"
  55. }
  56. }