IoT_SCV_CH584M/.vscode/settings.json

36 lines
840 B
JSON
Raw Normal View History

2024-12-11 16:21:57 +08:00
{
"files.associations": {
"ch58x_common.h": "c",
"bsp_wf5803.h": "c",
"config.h": "c",
"math.h": "c",
"hal.h": "c",
"common_porting.h": "c",
"shell_port.h": "c",
"sleep.h": "c",
"bsp_ml307r.h": "c",
"bsp_adc.h": "c",
2025-05-23 17:33:14 +08:00
"log.h": "c",
"bsp_led.h": "c",
"bsp_uart.h": "c"
2024-12-11 16:21:57 +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
}
]
}