MXC_A39_20240320/MXC-A39/.vscode/settings.json

10 lines
230 B
JSON
Raw Normal View History

2024-03-07 11:03:18 +08:00
{
"cmake.configureOnOpen": true,
"C_Cpp.errorSquiggles": "Disabled",
"files.associations": {
"qrcodegen.h": "c",
"lv_qrcode.h": "c",
"incar_draw_barcode.h": "c",
"img_def.h": "c"
}
}