jaredly / vscode-background-terminal-notifier

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

Question: why do long-running scripts in my vscode integrated terminal seem to PAUSE after many minutes of inactivity? #7

Closed peternoges closed 3 years ago

peternoges commented 3 years ago

Question: why do long-running scripts in my vscode integrated terminal seem to PAUSE after many minutes of inactivity?

After re-focusing the window on vsc it seems to resume.

Is there a way to run a long-running script in vsc's integrated terminal that doesnt pause when im tabbed-out for extended periods of time?

jaredly commented 3 years ago

🤔 hmm I don't think I've seen this. My best guess would be that the script's /output/ is paused (the terminal pauses receiving the output buffers), but I'd expect that the command still runs.

peternoges commented 3 years ago

I was unable to reproduce the issue. Feel free to re-open if anyone has this issue. Thanks!