Files
luban-lite-t3e-pro/.vscode/settings.json
2025-09-30 11:56:06 +08:00

70 lines
1.5 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"
},
"cmake.sourceDirectory": "D:/ArtInChip/luban-lite-t3e-pro_v1.0.2/packages/third-party/cherryusb"
}