BLE_TYQ_BJQ_CH32V303/.vscode/settings.json

75 lines
1.8 KiB
JSON
Raw Normal View History

2024-12-01 13:49:43 +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-02-21 15:33:29 +08:00
"*.sqlbook": "sql",
"*.ndjson": "jsonl",
"*.dbclient-js": "javascript",
2024-12-01 13:49:43 +08:00
"rtthread.h": "c",
"user_sys.h": "c",
"bsp_led.h": "c",
"flexible_button.h": "c",
"bsp_lcd_1621.h": "c",
"drv_gpio.h": "c",
"rtdef.h": "c",
"atomic": "c",
"cstddef": "c",
"type_traits": "c",
"finsh.h": "c",
"rthw.h": "c",
"bsp_sys.h": "c",
"board.h": "c",
"agile_led.h": "c",
"rtconfig.h": "c",
"pin.h": "c",
"cstring": "c",
"bsp_beep.h": "c",
2024-12-03 10:24:55 +08:00
"at_device_ml307.h": "c",
2024-12-01 13:49:43 +08:00
"at_log.h": "c",
"at_device.h": "c",
"stdlib.h": "c",
"bsp_rtc.h": "c",
"bsp_h308.h": "c",
"lwrb.h": "c",
"bsp_hr.h": "c",
"cputime.h": "c",
"rtdevice.h": "c",
"bsp_relay.h": "c",
"drv_common.h": "c",
"bsp_flash.h": "c",
"bsp_emv.h": "c",
"bsp_button.h": "c",
"ulog.h": "c",
"ctype.h": "c",
"string.h": "c",
2024-12-04 18:55:59 +08:00
"completion.h": "c",
"bsp_bt.h": "c",
"bsp_ml307.h": "c",
2025-02-21 15:33:29 +08:00
"bsp_vin_detection.h": "c",
"bsp_mq.h": "c",
"at.h": "c",
"inet.h": "c",
"bsp_adc.h": "c",
"stdio.h": "c",
"time.h": "c",
"ch32v30x.h": "c",
"lwutil.h": "c"
2024-12-01 13:49:43 +08:00
}
}