vscode-action-buttons icon indicating copy to clipboard operation
vscode-action-buttons copied to clipboard

Add Terminal silent mode

Open lisunovdv opened this issue 5 years ago • 2 comments

Add option for terminal - 'silent', which would not show Terminal window or just hide Terminal after the command execution.

P.S. Thanks! Great Extension! :-)

lisunovdv avatar Feb 11 '20 14:02 lisunovdv

Is there a way to have global commands and local commands? loaded at the same time?

AbrahamSanchezDev avatar Jun 27 '20 20:06 AbrahamSanchezDev

As of now, you may chain the shell commands to hide the Terminal after the command executes.

Exit post execution

"command": "my-fancy-command && exit"

It would be nice to see silent execution, and errors in notification toast. 🙂

the-moka-pot avatar Mar 06 '21 15:03 the-moka-pot

resolved: "command": "my-fancy-command && exit"

lisunovdv avatar Oct 16 '23 09:10 lisunovdv