K86/cva_asw_m0118/.vscode/settings.json

27 lines
614 B
JSON
Raw Normal View History

2025-02-03 20:43:43 +08:00
{
"MicroPython.executeButton": [
{
"text": "▶",
"tooltip": "运行",
"alignment": "left",
"command": "extension.executeFile",
"priority": 3.5
}
],
"MicroPython.syncButton": [
{
"text": "$(sync)",
"tooltip": "同步",
"alignment": "left",
"command": "extension.execute",
"priority": 4
}
],
"files.associations": {
"canuser.h": "c",
"apptask.h": "c",
2025-02-05 00:13:59 +08:00
"mcu.h": "c",
"key.h": "c",
"hwctrl.h": "c"
2025-02-03 20:43:43 +08:00
}
}