Newer
Older
{
"env": {
"windows": {
"VENV_MODE": true,
"PATH": "%PATH%;%RTT_EXEC_PATH%"
},
"linux": {
"PATH": "$PATH:$RTT_EXEC_PATH"
}
},
"statusBarItem": {
"build": {
"icon": "$(zap)",
"enable": true,
"commands": [
"scons"
],
"label": "编译",
"tooltip": "编译 RT-Thread Smart 工程"
},
"clean": {
"icon": "$(clear-all)",
"enable": true,
"commands": [
"scons -c"
],
"label": "清理",
"tooltip": "清理 RT-Thread Smart 工程"
},
"install": {
"icon": "$(zap)",
"enable": true,
"commands": [
"cp ${EXECUTABLE_PROGRAM} ../../root/bin"
],
"label": "安装并打包",
"tooltip": "安装 elf 到 root 目录"
},