Files
luban-lite-t3e-pro/.vscode/settings.json
2025-09-30 13:01:24 +08:00

84 lines
1.8 KiB
JSON

{
"terminal.integrated.profiles.windows": {
"PowerShell": {
"source": "PowerShell",
"icon": "terminal-powershell",
"args": ["${workspaceFolder}/win_cmd.bat"],
},
"Command Prompt": {
"path": [
"${env:windir}\\Sysnative\\cmd.exe",
"${env:windir}\\System32\\cmd.exe"
],
"icon": "terminal-cmd",
"args": ["/K ${workspaceFolder}/win_cmd.bat"],
},
"Git Bash": {
"source": "Git Bash",
"args": ["-c \"source ${workspaceFolder}/tools/onestep.sh\""],
},
},
"files.associations": {
"*.sjs": "javascript",
"*.tyss": "css",
"mutex": "c",
"shared_mutex": "c",
"*.inc": "cpp",
"rtdbg.h": "c",
"lvgl.h": "c",
"rtdevice.h": "c",
"nvs_eepom.h": "c",
"rtthread.h": "c",
"gui_guider.h": "c",
"string_view": "c",
"rope": "c",
"regex": "c",
"stdio.h": "c",
"events_init.h": "c",
"custom.h": "c",
"*.tcc": "c",
"optional": "c",
"istream": "c",
"ostream": "c",
"ratio": "c",
"system_error": "c",
"array": "c",
"functional": "c",
"tuple": "c",
"type_traits": "c",
"utility": "c",
"variant": "c",
"aic_ui.h": "c",
"ulog.h": "c",
"esp32_clock.h": "c",
"fontenum.h": "c",
"future": "c",
"condition_variable": "c",
"bit": "c",
"compare": "c",
"cstddef": "c",
"list": "c",
"string": "c",
"limits": "c",
"memory": "c",
"new": "c",
"rtc.h": "c",
"cstdlib": "c",
"aic_hal.h": "c",
"stdlib.h": "c",
"time.h": "c",
"stdint.h": "c",
"errno.h": "c",
"unistd.h": "c",
"zigbee.h": "c",
"widgets_init.h": "c",
"lv_dropdown.h": "c",
"stdbool.h": "c",
"zigbee_fun.h": "c",
"chrono": "c",
"random": "c",
"aic_core.h": "c"
},
"cmake.sourceDirectory": "D:/ArtInChip/luban-lite-t3e-pro_v1.0.5/packages/third-party/cherryusb"
}