rt-thread-official/bsp/qemu-virt64-aarch64/.vscode/smart.json

34 lines
773 B
JSON

{
"env": {
},
"statusBarItem": {
"build": {
"icon": "$(zap)",
"enable": true,
"commands": [
"scons"
],
"label": "编译",
"tooltip": "编译 RT-Thread 内核"
},
"clean": {
"icon": "$(clear-all)",
"enable": true,
"commands": [
"scons -c"
],
"label": "清理",
"tooltip": "清理 RT-Thread 内核"
},
"name" : {
"icon" : "$(location)",
"enable" : true,
"commands" : [
""
],
"label" : "QEMU Virt AArch64",
"tooltip" : "项目名称"
}
}
}