jaredly / vscode-background-terminal-notifier

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

Notifications do not work on remote #6

Open lheinold opened 3 years ago

lheinold commented 3 years ago

When using the Remote - SSH extension to open vscode remotely, notifications do not come through to the host machine. I'm pretty sure this is expected behavior but I'm hoping there's a way to fix it. The machine I'm developing on is terminal-only so notifications sent to that machine instead of the host are kind of useless.

jaredly commented 3 years ago

hmmm yeah that makes sense. to fix it you'd have to find a way to change this line to run in your remote environment I believe. Might be a little tricky, and the tty variable might be wrong too.