Files
project_bycmd/.vscode/settings.json

11 lines
221 B
JSON
Raw Permalink 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",
2024-05-17 23:45:53 +08:00
"log.h": "c",
"termios.h": "c"
2024-05-21 15:06:18 +08:00
},
"cmake.configureOnOpen": true
2024-05-17 01:57:18 +08:00
}