[]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"
      }
    }
 
```
已邀请:

cuixueying

赞同来自:

这个应该是你自己操作的问题,把你的task贴出来,我们看下!

要回复问题请先

商务合作
商务合作