24 lines
548 B
JSON
Raw Permalink Normal View History

2024-12-26 15:39:22 +08:00
{
"files.associations": {
2024-12-27 16:48:12 +08:00
"hwctrl.h": "c",
"can_message.h": "c"
2024-12-26 15:39:22 +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
}
]
}