forked from buzz-language/buzz
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbuzz.code-workspace
46 lines (46 loc) · 937 Bytes
/
buzz.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
{
"folders": [
{
"path": "."
}
],
"settings": {
"files.associations": {
"string.h": "c",
"common.h": "c",
"compiler.h": "c",
"debug.h": "c",
"object.h": "c",
"memory.h": "c",
"vm.h": "c",
"iterator": "c",
"memory": "c",
"__availability": "c",
"complex": "c",
"__bit_reference": "c",
"__hash_table": "c",
"__split_buffer": "c",
"array": "c",
"string": "c",
"string_view": "c",
"unordered_map": "c",
"vector": "c",
"algorithm": "c",
"__functional_base": "c",
"__node_handle": "c",
"atomic": "c",
"bitset": "c",
"chrono": "c",
"cstddef": "c",
"__memory": "c",
"functional": "c",
"limits": "c",
"locale": "c",
"optional": "c",
"ratio": "c",
"system_error": "c",
"tuple": "c",
"type_traits": "c"
}
}
}