forked from kcglab/satllazero
-
Notifications
You must be signed in to change notification settings - Fork 0
/
sat0.code-workspace
65 lines (65 loc) · 1.2 KB
/
sat0.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
{
"folders": [
{
"path": "."
}
],
"settings": {
"files.associations": {
"random": "cpp",
"limits": "cpp",
"__locale": "cpp",
"__bit_reference": "cpp",
"__hash_table": "cpp",
"__split_buffer": "cpp",
"__tree": "cpp",
"array": "cpp",
"deque": "cpp",
"filesystem": "cpp",
"initializer_list": "cpp",
"iterator": "cpp",
"map": "cpp",
"set": "cpp",
"string": "cpp",
"string_view": "cpp",
"unordered_map": "cpp",
"unordered_set": "cpp",
"vector": "cpp",
"ios": "cpp",
"functional": "cpp",
"system_error": "cpp",
"chrono": "cpp",
"locale": "cpp",
"stdexcept": "cpp",
"__string": "cpp",
"ostream": "cpp",
"*.tcc": "cpp",
"thread": "cpp",
"queue": "cpp",
"stack": "cpp",
"iomanip": "cpp",
"__mutex_base": "cpp",
"atomic": "cpp",
"condition_variable": "cpp",
"fstream": "cpp",
"istream": "cpp",
"memory": "cpp",
"tuple": "cpp",
"__node_handle": "cpp",
"variant": "cpp",
"utility": "cpp",
"typeinfo": "cpp",
"bitset": "cpp",
"*.tpp": "cpp",
"compare": "cpp",
"ratio": "cpp",
"type_traits": "cpp"
},
"cSpell.words": [
"imread",
"imwrite",
"raspistill",
"raspivid"
]
}
}