Motion_EC_Stm32_archived/.vscode/settings.json

13 lines
253 B
JSON
Raw Normal View History

2020-07-15 18:26:22 +08:00
{
"files.associations": {
"*.tpp": "cpp",
"*.cu": "cpp",
"*.tcu": "cpp",
"*.json": "json",
"*.txt": "txt",
2021-03-09 18:17:28 +08:00
"navikit.h": "c",
"isp.h": "c",
2021-03-10 12:03:49 +08:00
"cdc.h": "c",
"th_elog.h": "c"
2020-07-15 18:26:22 +08:00
}
}