LCD_QSPIBoot/.vscode/settings.json
2025-05-21 15:35:29 +08:00

24 lines
633 B
JSON

{
"commentTranslate.source": "naomi233.comment-translate-transmart-transmart",
"files.associations": {
"norflash.h": "c",
"uartapp.h": "c",
"stm32l4xx_hal.h": "c",
"stm32l4xx_hal_conf.h": "c",
"stdio.h": "c",
"cmsis_iccarm.h": "c",
"stm32l431xx.h": "c",
"core_cm4.h": "c",
"system_stm32l4xx.h": "c"
},
"iar-build.c-stat.showInToolbar": false,
"clangd.arguments": [
"--compile-commands-dir=build/Debug"
],
"files.watcherExclude": {
"**/build/**": true
},
"search.exclude": {
"**/build/**": true
}
}