23 lines
522 B
JSON
Raw Normal View History

2024-12-25 17:07:11 +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
}
2024-12-26 16:01:36 +08:00
],
"files.associations": {
"segger_rtt.h": "c"
}
2024-12-25 17:07:11 +08:00
}