Files
project_bycmd/.vscode/settings.json
2024-05-21 15:06:18 +08:00

11 lines
221 B
JSON

{
"files.associations": {
"stdio.h": "c",
"string.h": "c",
"stdint.h": "c",
"by_serial.h": "c",
"log.h": "c",
"termios.h": "c"
},
"cmake.configureOnOpen": true
}