-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgb.code-workspace
95 lines (95 loc) · 1.74 KB
/
gb.code-workspace
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
{
"folders": [
{
"path": "."
}
],
"settings": {
"files.associations": {
"iostream": "cpp",
"stdio.h": "c",
"__bit_reference": "c",
"__bits": "c",
"__config": "c",
"__debug": "c",
"__errc": "c",
"__hash_table": "c",
"__locale": "c",
"__mutex_base": "c",
"__node_handle": "c",
"__nullptr": "c",
"__split_buffer": "c",
"__string": "c",
"__threading_support": "c",
"__tuple": "c",
"array": "c",
"atomic": "c",
"bit": "c",
"bitset": "c",
"cctype": "c",
"chrono": "c",
"clocale": "c",
"cmath": "c",
"compare": "c",
"complex": "c",
"concepts": "c",
"condition_variable": "c",
"cstdarg": "c",
"cstddef": "c",
"cstdint": "c",
"cstdio": "c",
"cstdlib": "c",
"cstring": "c",
"ctime": "c",
"cwchar": "c",
"cwctype": "c",
"deque": "c",
"exception": "c",
"initializer_list": "c",
"ios": "c",
"iosfwd": "c",
"istream": "c",
"limits": "c",
"locale": "c",
"memory": "c",
"mutex": "c",
"new": "c",
"numbers": "c",
"numeric": "c",
"optional": "c",
"ostream": "c",
"queue": "c",
"random": "c",
"ratio": "c",
"semaphore": "c",
"sstream": "c",
"stdexcept": "c",
"streambuf": "c",
"string": "c",
"string_view": "c",
"system_error": "c",
"thread": "c",
"tuple": "c",
"type_traits": "c",
"typeinfo": "c",
"unordered_map": "c",
"variant": "c",
"vector": "c",
"__functional_base": "c",
"algorithm": "c",
"functional": "c",
"iterator": "c",
"utility": "c",
"*.tcc": "c",
"memory_resource": "c",
"stop_token": "c",
"cinttypes": "c",
"fstream": "cpp",
"iomanip": "cpp",
"filesystem": "cpp",
"stack": "cpp",
"map": "cpp",
"regex": "cpp"
}
}
}