Motion_EC_Stm32_archived/.vscode/settings.json

10 lines
183 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",
"navikit.h": "c"
}
}