jaredly / vscode-background-terminal-notifier

Get a notification when a long-running terminal process completes in the background.
34 stars 10 forks source link

[feature request] monitor subprocesses #15

Open wleoncio opened 9 months ago

wleoncio commented 9 months ago

For example, if I'm running Python inside a Bash terminal, I will get no notifications when the job finishes and I get the Python prompt back. The notification only gets triggered once Python is closed and I'm back to the Bash terminal.

In other words, this doesn't trigger notifications (green arrow is Bash):

bilde

These, however, will:

bilde