[]layacmd任务执行之后能不能自动关闭
我在vscode task执行这个命令, 就一直占用一个terminal, 能不能执行完成就自动关闭, 不用每次都要 press any key 这么麻烦
```javascript
{
"taskName": "laya compile",
"isBuildCommand": false,
"isShellCommand": true,
"showOutput": "always",
"echoCommand": false,
"command": "layacmd",
"args": [
"compile"
],
"options": {
"cwd": "${workspaceRoot}/v.js"
}
}
```
```javascript
{
"taskName": "laya compile",
"isBuildCommand": false,
"isShellCommand": true,
"showOutput": "always",
"echoCommand": false,
"command": "layacmd",
"args": [
"compile"
],
"options": {
"cwd": "${workspaceRoot}/v.js"
}
}
```
没有找到相关结果
已邀请:
要回复问题请先登录
1 个回复
cuixueying
赞同来自: