Files
project_bycmd/.vscode/settings.json

9 lines
160 B
JSON
Raw Normal View History

2024-05-17 01:57:18 +08:00
{
"files.associations": {
"stdio.h": "c",
"string.h": "c",
"stdint.h": "c",
"by_serial.h": "c",
"log.h": "c"
}
}