You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
VSCode allows keeping a terminal process alive on reload. However, this only works on processes started manually from the terminal. Background processes started as tasks get shut down.
Steps to Reproduce:
Create a background task in tasks.json and start it
Start a process from a terminal (like tsc --watch)
Reload the window
Only the process started from the terminal will keep running
Does this issue occur when all extensions are disabled?: Yes
VS Code Version: 1.65.2
OS Version: Mac OS
The text was updated successfully, but these errors were encountered:
VSCode allows keeping a terminal process alive on reload. However, this only works on processes started manually from the terminal. Background processes started as tasks get shut down.
Steps to Reproduce:
tasks.json
and start ittsc --watch
)Does this issue occur when all extensions are disabled?: Yes
The text was updated successfully, but these errors were encountered: