1{
2	"files.associations": {
3		"deque": "cpp",
4		"vector": "cpp",
5		"*.tcc": "cpp",
6		"fstream": "cpp",
7		"valarray": "cpp",
8		"array": "cpp",
9		"chrono": "cpp",
10		"functional": "cpp",
11		"ratio": "cpp",
12		"type_traits": "cpp",
13		"tuple": "cpp",
14		"utility": "cpp",
15		"atomic": "cpp",
16		"bitset": "cpp",
17		"cctype": "cpp",
18		"clocale": "cpp",
19		"cmath": "cpp",
20		"complex": "cpp",
21		"condition_variable": "cpp",
22		"cstdarg": "cpp",
23		"cstddef": "cpp",
24		"cstdint": "cpp",
25		"cstdio": "cpp",
26		"cstdlib": "cpp",
27		"cstring": "cpp",
28		"ctime": "cpp",
29		"cwchar": "cpp",
30		"cwctype": "cpp",
31		"list": "cpp",
32		"unordered_map": "cpp",
33		"exception": "cpp",
34		"initializer_list": "cpp",
35		"iosfwd": "cpp",
36		"iostream": "cpp",
37		"istream": "cpp",
38		"limits": "cpp",
39		"memory": "cpp",
40		"mutex": "cpp",
41		"new": "cpp",
42		"ostream": "cpp",
43		"sstream": "cpp",
44		"stdexcept": "cpp",
45		"streambuf": "cpp",
46		"system_error": "cpp",
47		"thread": "cpp",
48		"typeinfo": "cpp"
49	},
50	"cmake.configureOnOpen": true,
51}