settings.json 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. {
  2. "python.pythonPath": "C:\\Users\\jstzw\\AppData\\Local\\Programs\\Python\\Python37\\python.exe",
  3. "files.associations": {
  4. "algorithm": "cpp",
  5. "array": "cpp",
  6. "atomic": "cpp",
  7. "bitset": "cpp",
  8. "chrono": "cpp",
  9. "cmath": "cpp",
  10. "complex": "cpp",
  11. "condition_variable": "cpp",
  12. "cstddef": "cpp",
  13. "cstdint": "cpp",
  14. "cstdio": "cpp",
  15. "cstdlib": "cpp",
  16. "cstring": "cpp",
  17. "ctime": "cpp",
  18. "cwchar": "cpp",
  19. "deque": "cpp",
  20. "exception": "cpp",
  21. "fstream": "cpp",
  22. "functional": "cpp",
  23. "initializer_list": "cpp",
  24. "iomanip": "cpp",
  25. "ios": "cpp",
  26. "iosfwd": "cpp",
  27. "iostream": "cpp",
  28. "istream": "cpp",
  29. "iterator": "cpp",
  30. "limits": "cpp",
  31. "list": "cpp",
  32. "locale": "cpp",
  33. "map": "cpp",
  34. "memory": "cpp",
  35. "mutex": "cpp",
  36. "new": "cpp",
  37. "numeric": "cpp",
  38. "ostream": "cpp",
  39. "random": "cpp",
  40. "ratio": "cpp",
  41. "regex": "cpp",
  42. "sstream": "cpp",
  43. "stdexcept": "cpp",
  44. "streambuf": "cpp",
  45. "string": "cpp",
  46. "system_error": "cpp",
  47. "xthread": "cpp",
  48. "thread": "cpp",
  49. "tuple": "cpp",
  50. "type_traits": "cpp",
  51. "typeinfo": "cpp",
  52. "unordered_map": "cpp",
  53. "utility": "cpp",
  54. "vector": "cpp",
  55. "xfacet": "cpp",
  56. "xhash": "cpp",
  57. "xiosbase": "cpp",
  58. "xlocale": "cpp",
  59. "xlocbuf": "cpp",
  60. "xlocinfo": "cpp",
  61. "xlocmes": "cpp",
  62. "xlocmon": "cpp",
  63. "xlocnum": "cpp",
  64. "xloctime": "cpp",
  65. "xmemory": "cpp",
  66. "xmemory0": "cpp",
  67. "xstddef": "cpp",
  68. "xstring": "cpp",
  69. "xtr1common": "cpp",
  70. "xtree": "cpp",
  71. "xutility": "cpp",
  72. "cctype": "cpp",
  73. "cwctype": "cpp",
  74. "optional": "cpp",
  75. "set": "cpp",
  76. "string_view": "cpp",
  77. "typeindex": "cpp",
  78. "variant": "cpp",
  79. "resumable": "cpp",
  80. "future": "cpp",
  81. "queue": "cpp",
  82. "cfenv": "cpp",
  83. "stack": "cpp"
  84. },
  85. "files.exclude": {
  86. "**/.git": true,
  87. "**/build": true
  88. }
  89. }