sentry_chassis_hzz/.vscode/settings.json

10 lines
238 B
JSON
Raw Normal View History

2022-10-20 17:13:02 +08:00
{
"files.associations": {
2022-10-29 23:14:19 +08:00
"memory.h": "c",
2022-11-09 20:24:22 +08:00
"stdint-gcc.h": "c",
"led_task.h": "c",
"stdinf.h": "c",
"usart.h": "c"
},
"C_Cpp.default.configurationProvider": "ms-vscode.makefile-tools",
2022-10-20 17:13:02 +08:00
}