vscode-action-buttons
vscode-action-buttons copied to clipboard
Add Terminal silent mode
Add option for terminal - 'silent', which would not show Terminal window or just hide Terminal after the command execution.
P.S. Thanks! Great Extension! :-)
Is there a way to have global commands and local commands? loaded at the same time?
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. 🙂
resolved: "command": "my-fancy-command && exit"