{ "C_Cpp.clang_format_style": "Visual Studio", "editor.formatOnSave": false, "[cpp]": { "editor.quickSuggestions": true }, "[c]": { "editor.quickSuggestions": true }, "C_Cpp.intelliSenseEngineFallback": "Enabled", "files.associations": { "file.h": "c", "display.h": "c", "terminal.h": "c", "lvgl.h": "c", "lvgl_driver.h": "c", "lv_ex_conf.h": "c", "sysmon.h": "c", "lv_conf_template.h": "c", "lv_conf.h": "c", "esp_netif.h": "c", "wifi.h": "c", "error.h": "c" } }