25 lines
579 B
JSON
25 lines
579 B
JSON
{
|
|
"files.associations": {
|
|
"rte.h": "c",
|
|
"sysdiagdetect.h": "c",
|
|
"touch_example.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
|
|
}
|
|
]
|
|
} |