/ odiin.code-workspace
odiin.code-workspace
 1  {
 2  	"folders": [
 3  		{
 4  			"path": "."
 5  		}
 6  	],
 7  	"settings": {
 8  		"files.associations": {
 9  			"cstring": "cpp",
10  			"array": "cpp",
11  			"string": "cpp",
12  			"string_view": "cpp",
13  			"vector": "cpp",
14  			"functional": "cpp",
15  			"atomic": "cpp",
16  			"bit": "cpp",
17  			"*.tcc": "cpp",
18  			"cctype": "cpp",
19  			"clocale": "cpp",
20  			"cmath": "cpp",
21  			"cstdarg": "cpp",
22  			"cstddef": "cpp",
23  			"cstdint": "cpp",
24  			"cstdio": "cpp",
25  			"cstdlib": "cpp",
26  			"cwchar": "cpp",
27  			"cwctype": "cpp",
28  			"deque": "cpp",
29  			"unordered_map": "cpp",
30  			"exception": "cpp",
31  			"algorithm": "cpp",
32  			"iterator": "cpp",
33  			"memory": "cpp",
34  			"memory_resource": "cpp",
35  			"numeric": "cpp",
36  			"optional": "cpp",
37  			"random": "cpp",
38  			"system_error": "cpp",
39  			"tuple": "cpp",
40  			"type_traits": "cpp",
41  			"utility": "cpp",
42  			"fstream": "cpp",
43  			"initializer_list": "cpp",
44  			"iosfwd": "cpp",
45  			"istream": "cpp",
46  			"limits": "cpp",
47  			"new": "cpp",
48  			"ostream": "cpp",
49  			"sstream": "cpp",
50  			"stdexcept": "cpp",
51  			"streambuf": "cpp",
52  			"cinttypes": "cpp",
53  			"typeinfo": "cpp",
54  			"*.inc": "c",
55  			"list": "c"
56  		},
57  		"C_Cpp.default.includePath": [
58  			"${default}",
59  			"./**"
60  		],
61  		"C_Cpp.loggingLevel": "Error"
62  	}
63  }