Files
MXC-A36_2024.04.17/Demo/.vscode/settings.json
2024-03-18 14:05:12 +08:00

10 lines
230 B
JSON

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