rt-thread-stm32f072/.vscode/settings.json

7 lines
117 B
JSON
Raw Normal View History

2022-10-30 15:41:02 +08:00
{
"files.associations": {
"*.txt": "cmake",
2022-10-30 16:03:47 +08:00
"board.h": "c",
"agile_button.h": "c"
2022-10-30 15:41:02 +08:00
}
}