mirror of
https://gitee.com/Vancouver2017/luban-lite.git
synced 2025-12-16 09:08:56 +00:00
v1.0.4
This commit is contained in:
89
.vscode/tasks.json
vendored
Normal file
89
.vscode/tasks.json
vendored
Normal file
@@ -0,0 +1,89 @@
|
||||
{
|
||||
"version": "2.0.0",
|
||||
"tasks": [
|
||||
{
|
||||
"label": "Luban-Lite make",
|
||||
"type": "shell",
|
||||
"command": "scons",
|
||||
"group": "build",
|
||||
"presentation": {
|
||||
"echo": true,
|
||||
"reveal": "always",
|
||||
"focus": true,
|
||||
"panel": "shared",
|
||||
"showReuseMessage": true,
|
||||
"clear": false,
|
||||
}
|
||||
},
|
||||
{
|
||||
"label": "Luban-Lite menuconfig",
|
||||
"type": "shell",
|
||||
"command": "menuconfig",
|
||||
"group": "build",
|
||||
"presentation": {
|
||||
"echo": true,
|
||||
"reveal": "always",
|
||||
"focus": true,
|
||||
"panel": "shared",
|
||||
"showReuseMessage": true,
|
||||
"clear": false,
|
||||
}
|
||||
},
|
||||
{
|
||||
"label": "Luban-Lite clean",
|
||||
"type": "shell",
|
||||
"command": "scons --clean",
|
||||
"group": "build",
|
||||
"presentation": {
|
||||
"echo": true,
|
||||
"reveal": "always",
|
||||
"focus": true,
|
||||
"panel": "shared",
|
||||
"showReuseMessage": true,
|
||||
"clear": false,
|
||||
}
|
||||
},
|
||||
{
|
||||
"label": "Luban-Lite list",
|
||||
"type": "shell",
|
||||
"command": "scons --list-def",
|
||||
"group": "build",
|
||||
"presentation": {
|
||||
"echo": true,
|
||||
"reveal": "always",
|
||||
"focus": true,
|
||||
"panel": "shared",
|
||||
"showReuseMessage": true,
|
||||
"clear": false,
|
||||
}
|
||||
},
|
||||
{
|
||||
"label": "Luban-Lite info",
|
||||
"type": "shell",
|
||||
"command": "scons --info",
|
||||
"group": "build",
|
||||
"presentation": {
|
||||
"echo": true,
|
||||
"reveal": "always",
|
||||
"focus": true,
|
||||
"panel": "shared",
|
||||
"showReuseMessage": true,
|
||||
"clear": false,
|
||||
}
|
||||
},
|
||||
{
|
||||
"label": "Luban-Lite aicupg",
|
||||
"type": "shell",
|
||||
"command": "scons --aicupg",
|
||||
"group": "build",
|
||||
"presentation": {
|
||||
"echo": true,
|
||||
"reveal": "always",
|
||||
"focus": true,
|
||||
"panel": "shared",
|
||||
"showReuseMessage": true,
|
||||
"clear": false,
|
||||
}
|
||||
},
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user