BLE_TYQ_BJQ_CH584M/.vscode/settings.json

27 lines
642 B
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": {
2024-12-11 20:03:50 +08:00
"*.dbclient-js": "javascript",
"config.h": "c",
2024-12-16 15:34:47 +08:00
"ch58xble_lib.h": "c",
"bsp_uart.h": "c",
"bsp_iwdg.h": "c"
2024-12-07 17:09:36 +08:00
}
}