| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889 |
- {
- "python.pythonPath": "C:\\Users\\jstzw\\AppData\\Local\\Programs\\Python\\Python37\\python.exe",
- "files.associations": {
- "algorithm": "cpp",
- "array": "cpp",
- "atomic": "cpp",
- "bitset": "cpp",
- "chrono": "cpp",
- "cmath": "cpp",
- "complex": "cpp",
- "condition_variable": "cpp",
- "cstddef": "cpp",
- "cstdint": "cpp",
- "cstdio": "cpp",
- "cstdlib": "cpp",
- "cstring": "cpp",
- "ctime": "cpp",
- "cwchar": "cpp",
- "deque": "cpp",
- "exception": "cpp",
- "fstream": "cpp",
- "functional": "cpp",
- "initializer_list": "cpp",
- "iomanip": "cpp",
- "ios": "cpp",
- "iosfwd": "cpp",
- "iostream": "cpp",
- "istream": "cpp",
- "iterator": "cpp",
- "limits": "cpp",
- "list": "cpp",
- "locale": "cpp",
- "map": "cpp",
- "memory": "cpp",
- "mutex": "cpp",
- "new": "cpp",
- "numeric": "cpp",
- "ostream": "cpp",
- "random": "cpp",
- "ratio": "cpp",
- "regex": "cpp",
- "sstream": "cpp",
- "stdexcept": "cpp",
- "streambuf": "cpp",
- "string": "cpp",
- "system_error": "cpp",
- "xthread": "cpp",
- "thread": "cpp",
- "tuple": "cpp",
- "type_traits": "cpp",
- "typeinfo": "cpp",
- "unordered_map": "cpp",
- "utility": "cpp",
- "vector": "cpp",
- "xfacet": "cpp",
- "xhash": "cpp",
- "xiosbase": "cpp",
- "xlocale": "cpp",
- "xlocbuf": "cpp",
- "xlocinfo": "cpp",
- "xlocmes": "cpp",
- "xlocmon": "cpp",
- "xlocnum": "cpp",
- "xloctime": "cpp",
- "xmemory": "cpp",
- "xmemory0": "cpp",
- "xstddef": "cpp",
- "xstring": "cpp",
- "xtr1common": "cpp",
- "xtree": "cpp",
- "xutility": "cpp",
- "cctype": "cpp",
- "cwctype": "cpp",
- "optional": "cpp",
- "set": "cpp",
- "string_view": "cpp",
- "typeindex": "cpp",
- "variant": "cpp",
- "resumable": "cpp",
- "future": "cpp",
- "queue": "cpp",
- "cfenv": "cpp",
- "stack": "cpp"
- },
- "files.exclude": {
- "**/.git": true,
- "**/build": true
- }
- }
|