| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263 | {	"folders": [		{			"path": "."		}	],	"settings": {		"files.associations": {			"array": "cpp",			"deque": "cpp",			"string": "cpp",			"unordered_map": "cpp",			"unordered_set": "cpp",			"vector": "cpp",			"string_view": "cpp",			"initializer_list": "cpp",			"*.tcc": "cpp",			"memory": "cpp",			"random": "cpp",			"type_traits": "cpp",			"fstream": "cpp",			"istream": "cpp",			"ostream": "cpp",			"sstream": "cpp",			"cstddef": "cpp",			"functional": "cpp",			"optional": "cpp",			"system_error": "cpp",			"regex": "cpp",			"tuple": "cpp",			"utility": "cpp",			"*.cppxxx": "cpp",			"atomic": "cpp",			"bitset": "cpp",			"cctype": "cpp",			"clocale": "cpp",			"cmath": "cpp",			"cstdarg": "cpp",			"cstdint": "cpp",			"cstdio": "cpp",			"cstdlib": "cpp",			"cstring": "cpp",			"ctime": "cpp",			"cwchar": "cpp",			"cwctype": "cpp",			"exception": "cpp",			"algorithm": "cpp",			"iterator": "cpp",			"map": "cpp",			"memory_resource": "cpp",			"numeric": "cpp",			"iomanip": "cpp",			"iosfwd": "cpp",			"iostream": "cpp",			"limits": "cpp",			"new": "cpp",			"stdexcept": "cpp",			"streambuf": "cpp",			"cinttypes": "cpp",			"typeinfo": "cpp"		}	}}
 |