2024-11-14 09:47:21 +08:00
|
|
|
{
|
|
|
|
"files.associations": {
|
2024-11-16 17:18:52 +08:00
|
|
|
"ch58x_common.h": "c",
|
|
|
|
"bsp_wf5803.h": "c",
|
2024-11-26 17:14:42 +08:00
|
|
|
"config.h": "c",
|
|
|
|
"math.h": "c",
|
|
|
|
"hal.h": "c",
|
|
|
|
"common_porting.h": "c"
|
2024-11-30 10:14:19 +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-11-14 09:47:21 +08:00
|
|
|
}
|