Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Terminal process started as a Task is not kept alive on reload #145363

Closed
ebeloded opened this issue Mar 18, 2022 · 1 comment
Closed

Terminal process started as a Task is not kept alive on reload #145363

ebeloded opened this issue Mar 18, 2022 · 1 comment
Assignees
Labels
*duplicate Issue identified as a duplicate of another issue(s)

Comments

@ebeloded
Copy link

ebeloded commented Mar 18, 2022

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:

  1. Create a background task in tasks.json and start it
  2. Start a process from a terminal (like tsc --watch)
  3. Reload the window
  4. 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
@Tyriar
Copy link
Member

Tyriar commented Mar 18, 2022

/duplicate #117408

@Tyriar Tyriar closed this as completed Mar 18, 2022
@github-actions github-actions bot locked and limited conversation to collaborators May 2, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
*duplicate Issue identified as a duplicate of another issue(s)
Projects
None yet
Development

No branches or pull requests

3 participants
@Tyriar @ebeloded and others