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
|
{
"C_Cpp.clang_format_style": "Visual Studio",
"editor.formatOnSave": true,
"[cpp]": {
"editor.quickSuggestions": true
},
"[c]": {
"editor.quickSuggestions": true
},
"C_Cpp.intelliSenseEngine": "Tag Parser",
"files.associations": {
"stdio.h": "c",
"hap.h": "c",
"freertos.h": "c",
"intercom.h": "c",
"bell.h": "c",
"hap_apple_servs.h": "c",
"hap_apple_chars.h": "c",
"adc.h": "c"
},
"git.ignoreLimitWarning": true,
"cmake.configureOnOpen": false,
"idf.port": "/dev/cu.usbserial-01D93418",
"idf.flashType": "UART"
}
|