A tiny VS Code extension that opens a terminal in a new window using any of your configured terminal profiles. When the shell exits the window closes and focus returns to the editor (sending Esc for VSCodeVim users).
The extension uses your OS specific terminal.integrated.profiles.* setting and moves the terminal into a separate window with workbench.action.terminal.moveIntoNewWindow.
CI / Releases
Every push to main builds the extension and uploads the packaged .vsix as a workflow artifact.
Pushing a tag like vX.Y.Z also creates a GitHub release with the .vsix attached.
Commands
overlayTerminals.openProfile – Overlay Terminal: Open Profile