Major Update: Link Library
[link.git] / .vscode / settings.json
blobae2209db9f1feda26f064855844b7ed70b765e32
2   "files.associations": {
3     "array": "cpp",
4     "atomic": "cpp",
5     "bit": "cpp",
6     "*.tcc": "cpp",
7     "bitset": "cpp",
8     "cctype": "cpp",
9     "chrono": "cpp",
10     "clocale": "cpp",
11     "cmath": "cpp",
12     "compare": "cpp",
13     "concepts": "cpp",
14     "condition_variable": "cpp",
15     "cstdarg": "cpp",
16     "cstddef": "cpp",
17     "cstdint": "cpp",
18     "cstdio": "cpp",
19     "cstdlib": "cpp",
20     "cstring": "cpp",
21     "ctime": "cpp",
22     "cwchar": "cpp",
23     "cwctype": "cpp",
24     "deque": "cpp",
25     "list": "cpp",
26     "map": "cpp",
27     "string": "cpp",
28     "unordered_map": "cpp",
29     "vector": "cpp",
30     "exception": "cpp",
31     "algorithm": "cpp",
32     "functional": "cpp",
33     "iterator": "cpp",
34     "memory": "cpp",
35     "memory_resource": "cpp",
36     "numeric": "cpp",
37     "random": "cpp",
38     "ratio": "cpp",
39     "regex": "cpp",
40     "string_view": "cpp",
41     "system_error": "cpp",
42     "tuple": "cpp",
43     "type_traits": "cpp",
44     "utility": "cpp",
45     "fstream": "cpp",
46     "initializer_list": "cpp",
47     "iosfwd": "cpp",
48     "iostream": "cpp",
49     "istream": "cpp",
50     "limits": "cpp",
51     "mutex": "cpp",
52     "new": "cpp",
53     "numbers": "cpp",
54     "ostream": "cpp",
55     "semaphore": "cpp",
56     "sstream": "cpp",
57     "stdexcept": "cpp",
58     "stop_token": "cpp",
59     "streambuf": "cpp",
60     "thread": "cpp",
61     "cinttypes": "cpp",
62     "typeinfo": "cpp",
63     "set": "cpp",
64     "unordered_set": "cpp",
65     "variant": "cpp",
66     "__bit_reference": "cpp",
67     "__config": "cpp",
68     "__debug": "cpp",
69     "__errc": "cpp",
70     "__functional_base": "cpp",
71     "__hash_table": "cpp",
72     "__locale": "cpp",
73     "__mutex_base": "cpp",
74     "__node_handle": "cpp",
75     "__nullptr": "cpp",
76     "__split_buffer": "cpp",
77     "__string": "cpp",
78     "__threading_support": "cpp",
79     "__tree": "cpp",
80     "__tuple": "cpp",
81     "codecvt": "cpp",
82     "complex": "cpp",
83     "iomanip": "cpp",
84     "ios": "cpp",
85     "locale": "cpp",
86     "optional": "cpp",
87     "queue": "cpp",
88     "stack": "cpp",
89     "any": "cpp",
90     "barrier": "cpp",
91     "cfenv": "cpp",
92     "charconv": "cpp",
93     "coroutine": "cpp",
94     "csetjmp": "cpp",
95     "csignal": "cpp",
96     "cuchar": "cpp",
97     "forward_list": "cpp",
98     "source_location": "cpp",
99     "future": "cpp",
100     "latch": "cpp",
101     "ranges": "cpp",
102     "scoped_allocator": "cpp",
103     "shared_mutex": "cpp",
104     "span": "cpp",
105     "syncstream": "cpp",
106     "typeindex": "cpp",
107     "valarray": "cpp",
108     "sha512": "cpp",
109     "link": "cpp",
110     "cassert": "cpp",
111     "ccomplex": "cpp",
112     "cerrno": "cpp",
113     "cfloat": "cpp",
114     "ciso646": "cpp",
115     "climits": "cpp",
116     "cstdalign": "cpp",
117     "cstdbool": "cpp",
118     "ctgmath": "cpp",
119     "filesystem": "cpp",
120     "version": "cpp"
121   },
122   "C_Cpp.default.configurationProvider": "ms-vscode.makefile-tools"