{ "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" }