BLE_TYQ_BJQ_CH32V303/.vscode/settings.json

88 lines
2.2 KiB
JSON
Raw Permalink 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-05-21 13:13:34 +08:00
"*.dbclient-js": "javascript",
2025-02-21 15:33:29 +08:00
"*.sqlbook": "sql",
"*.ndjson": "jsonl",
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",
2025-02-22 16:00:58 +08:00
"lwutil.h": "c",
2025-04-08 14:40:25 +08:00
"netdev.h": "c",
"drv_log.h": "c",
"drv_usart.h": "c",
"signal.h": "c",
2025-04-25 08:49:49 +08:00
"xtr1common": "c",
"stddef.h": "c",
2025-05-21 13:13:34 +08:00
"netdev_ipaddr.h": "c",
2025-05-28 08:46:00 +08:00
"stdint.h": "c",
2025-06-06 13:36:06 +08:00
"stdarg.h": "c",
"math.h": "c",
"ctime": "c",
2025-06-21 10:54:01 +08:00
"bsp_wdg.h": "c",
"rtdbg.h": "c"
2024-12-01 13:49:43 +08:00
}
}