BLE_TYQ_BJQ_CH584M/.vscode/settings.json

43 lines
1.0 KiB
JSON
Raw Normal View History

2024-12-07 17:09:36 +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
}
],
"files.associations": {
2025-05-23 10:36:28 +08:00
"*.dbclient-js": "javascript",
2025-04-24 10:33:19 +08:00
"*.sqlbook": "sql",
"*.ndjson": "jsonl",
2024-12-11 20:03:50 +08:00
"config.h": "c",
2024-12-16 15:34:47 +08:00
"ch58xble_lib.h": "c",
"bsp_uart.h": "c",
2024-12-16 19:22:58 +08:00
"bsp_iwdg.h": "c",
2025-04-24 10:33:19 +08:00
"log.h": "c",
"hal.h": "c",
"multicentral.h": "c",
"bsp_valve.h": "c",
"shell_port.h": "c",
"atomic": "c",
"cstddef": "c",
"type_traits": "c",
"gattprofile.h": "c",
"bsp_flash.h": "c",
"shell.h": "c",
"ch58x_uart.h": "c",
2025-05-23 10:36:28 +08:00
"bsp_tim.h": "c",
"ch58x_common.h": "c"
2024-12-07 17:09:36 +08:00
}
}