-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmacrolev.code-workspace
76 lines (76 loc) · 1.68 KB
/
macrolev.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
{
"folders": [
{
"path": ".."
},
{
"path": "../firmware/esp32-s3"
},
{
"path": "../firmware/stm32f4xx"
},
{
"path": "../web-app"
},
{
"path": "../firmware/resources/espressif/esp-idf/examples"
},
{
"path": "../firmware/resources/espressif/esp-iot-solution/examples"
}
],
"settings": {
"files.associations": {
"hid.h": "c",
"stdlib.h": "c",
"freertos.h": "c",
"freertosconfig.h": "c",
"task.h": "c",
"sdkconfig.h": "c",
"cstring": "c",
"portable.h": "c",
"adc_continuous.h": "c",
"gpio.h": "c",
"cstdint": "c",
"esp_log.h": "c",
"stdint.h": "c",
"macrolev.h": "c",
"__bit_reference": "cpp",
"__hash_table": "cpp",
"__locale": "cpp",
"__split_buffer": "cpp",
"array": "cpp",
"atomic": "cpp",
"bitset": "cpp",
"deque": "cpp",
"filesystem": "cpp",
"fstream": "cpp",
"future": "cpp",
"ios": "cpp",
"istream": "cpp",
"iterator": "cpp",
"locale": "cpp",
"memory": "cpp",
"optional": "cpp",
"ostream": "cpp",
"random": "cpp",
"regex": "cpp",
"span": "cpp",
"string": "cpp",
"string_view": "cpp",
"tuple": "cpp",
"type_traits": "cpp",
"unordered_map": "cpp",
"variant": "cpp",
"vector": "cpp",
"*.tcc": "cpp",
"chrono": "cpp",
"forward_list": "cpp",
"list": "cpp",
"format": "cpp",
"functional": "cpp"
},
"typescript.tsdk": "./node_modules/typescript/lib",
"tailwindCSS.classAttributes": ["class", "className", ".*Styles", ".*Class"]
}
}