-
Notifications
You must be signed in to change notification settings - Fork 1
/
generic_switch.code-workspace
50 lines (50 loc) · 1.08 KB
/
generic_switch.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
{
"folders": [
{
"path": "/opt/espressif/esp-matter/examples/generic_switch"
},
{
"path": "/opt/espressif/esp-idf"
},
{
"path": "/opt/espressif/esp-matter"
}
],
"settings": {
"clang-format.executable": "/usr/bin/clang-format",
"files.associations": {
"*.ipp": "cpp",
"compare": "c",
"string_view": "c",
"rope": "c",
"regex": "c",
"__locale": "c",
"string": "c",
"spih2.h": "c",
"coap.h": "c",
"coap_internal.h": "c",
"coap_async_internal.h": "c",
"ios": "cpp",
"cstdlib": "cpp",
"mdns.h": "c",
"complex": "cpp",
"format": "cpp",
"*.inc": "cpp",
"__node_handle": "cpp",
"cstdint": "cpp",
"kibbaazure.h": "c",
"bitset": "c",
"memory_resource": "c",
"stacktrace": "c",
"demo_config.h": "c",
"backoff_algorithm.h": "c",
"azure_iot_json_reader.h": "c",
"freertos.h": "c"
},
"git.ignoredRepositories": [
"../esp-idf",
"../esp-matter"
],
"editor.formatOnSave": true
}
}