BLSJ/bl_zc/.vscode/settings.json
2025-01-17 15:39:34 +08:00

27 lines
630 B
JSON

{
"files.associations": {
"event.h": "c",
"apptask.h": "c",
"hwctrl.h": "c",
"r_cg_macrodriver.h": "c",
"iodefine.h": "c"
},
"MicroPython.executeButton": [
{
"text": "▶",
"tooltip": "运行",
"alignment": "left",
"command": "extension.executeFile",
"priority": 3.5
}
],
"MicroPython.syncButton": [
{
"text": "$(sync)",
"tooltip": "同步",
"alignment": "left",
"command": "extension.execute",
"priority": 4
}
]
}