vscode: `Kill Terminal` when only one terminal is open does not close the terminal panel

In the current stable, when there is only one terminal in the terminal area, clicking Kill Terminal (the trash icon) would also minimize the panel. This is no longer the case in the latest insiders:

Recording 2022-10-31 at 10 26 51

About this issue

  • Original URL
  • State: closed
  • Created 2 years ago
  • Comments: 29 (20 by maintainers)

Most upvoted comments

I’d be surprised if an extension could influence this

And you’re right, I found the culprit to be https://github.com/gitkraken/vscode-gitlens. Uninstalling the extension fixes the issue, re-installing it brings the issue back

If an extension is to “blame” this issue is still our fault, the terminal panel should never show unless:

  1. There is an active terminal, or
  2. There is no terminal backend and the “welcome” message shows