-
Notifications
You must be signed in to change notification settings - Fork 16
/
rrf.code-workspace
83 lines (83 loc) · 1.67 KB
/
rrf.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
{
"folders": [
{
"path": "."
}
],
"settings": {
"search.exclude": {
"**/*.code-search": false,
"**/*.d": true,
"**/bower_components": false,
"**/node_modules": false,
"**/STM32F0*/": true,
"**/STM32F1*/": true,
"**/STM32F2*/": true,
"**/STM32F3*/": true,
"**/STM32F7*/": true,
"**/STM32G0*/": true,
"**/STM32G4*/": true,
"**/STM32L0*/": true,
"**/STM32L1*/": true,
"**/STM32L4*/": true,
"**/STM32WB*/": true,
"build/": true,
"DuetWebControl/": true,
"esp-idf/": true,
"ESP8266_RTOS_SDK/": true,
"expbuild/": true,
"iapbuild/": true,
"releases/": true,
"WiFiSocketServerRTOS/": true
},
"files.associations": {
"array": "cpp",
"string": "cpp",
"string_view": "cpp",
"ranges": "cpp",
"atomic": "cpp",
"cstdint": "cpp",
"random": "cpp",
"*.tcc": "cpp",
"memory_resource": "cpp",
"bit": "cpp",
"cctype": "cpp",
"cinttypes": "cpp",
"clocale": "cpp",
"cmath": "cpp",
"compare": "cpp",
"concepts": "cpp",
"cstdarg": "cpp",
"cstddef": "cpp",
"cstdio": "cpp",
"cstdlib": "cpp",
"cstring": "cpp",
"ctime": "cpp",
"cwchar": "cpp",
"cwctype": "cpp",
"deque": "cpp",
"unordered_map": "cpp",
"vector": "cpp",
"exception": "cpp",
"algorithm": "cpp",
"functional": "cpp",
"iterator": "cpp",
"memory": "cpp",
"numeric": "cpp",
"optional": "cpp",
"system_error": "cpp",
"tuple": "cpp",
"type_traits": "cpp",
"utility": "cpp",
"initializer_list": "cpp",
"iosfwd": "cpp",
"limits": "cpp",
"new": "cpp",
"ostream": "cpp",
"stdexcept": "cpp",
"streambuf": "cpp",
"typeinfo": "cpp",
"iostream": "cpp"
},
}
}