relnotes: Added note about man pages.
[link.git] / .vscode / settings.json
blobf655d5295c43644e7b1e7a647b2743e793a74373
2     "files.associations": {
3         "functional": "cpp",
4         "array": "cpp",
5         "atomic": "cpp",
6         "bit": "cpp",
7         "*.tcc": "cpp",
8         "cctype": "cpp",
9         "chrono": "cpp",
10         "clocale": "cpp",
11         "cmath": "cpp",
12         "codecvt": "cpp",
13         "compare": "cpp",
14         "concepts": "cpp",
15         "cstdarg": "cpp",
16         "cstddef": "cpp",
17         "cstdint": "cpp",
18         "cstdio": "cpp",
19         "cstdlib": "cpp",
20         "ctime": "cpp",
21         "cwchar": "cpp",
22         "cwctype": "cpp",
23         "deque": "cpp",
24         "map": "cpp",
25         "string": "cpp",
26         "unordered_map": "cpp",
27         "vector": "cpp",
28         "exception": "cpp",
29         "algorithm": "cpp",
30         "iterator": "cpp",
31         "memory": "cpp",
32         "memory_resource": "cpp",
33         "numeric": "cpp",
34         "random": "cpp",
35         "ratio": "cpp",
36         "string_view": "cpp",
37         "system_error": "cpp",
38         "tuple": "cpp",
39         "type_traits": "cpp",
40         "utility": "cpp",
41         "fstream": "cpp",
42         "initializer_list": "cpp",
43         "iomanip": "cpp",
44         "iosfwd": "cpp",
45         "iostream": "cpp",
46         "istream": "cpp",
47         "limits": "cpp",
48         "new": "cpp",
49         "numbers": "cpp",
50         "ostream": "cpp",
51         "sstream": "cpp",
52         "stdexcept": "cpp",
53         "streambuf": "cpp",
54         "cinttypes": "cpp",
55         "typeinfo": "cpp",
56         "__bit_reference": "cpp",
57         "__bits": "cpp",
58         "__config": "cpp",
59         "__debug": "cpp",
60         "__errc": "cpp",
61         "__hash_table": "cpp",
62         "__locale": "cpp",
63         "__mutex_base": "cpp",
64         "__node_handle": "cpp",
65         "__nullptr": "cpp",
66         "__split_buffer": "cpp",
67         "__string": "cpp",
68         "__threading_support": "cpp",
69         "__tree": "cpp",
70         "__tuple": "cpp",
71         "bitset": "cpp",
72         "complex": "cpp",
73         "cstring": "cpp",
74         "ios": "cpp",
75         "locale": "cpp",
76         "mutex": "cpp",
77         "optional": "cpp",
78         "stack": "cpp",
79         "variant": "cpp",
80         "thread": "cpp",
81         "semaphore": "cpp",
82         "stop_token": "cpp",
83         "__verbose_abort": "cpp",
84         "filesystem": "cpp",
85         "t": "cpp"
86     },
87     "C_Cpp.default.configurationProvider": "ms-vscode.cmake-tools"