Integrated terminal UI reopens unwanted terminal on startup #22968
Labels
*as-designed
Described behavior is as designed
terminal
General terminal issues that don't fall under another label
With the latest update of the PowerShell extension (0.10.0), we've added a new "PowerShell Integrated Console" that leverages the
createTerminal
API in VS Code. Users have remarked that when they restart VS Code after using this terminal, the terminal UI starts immediately with their default terminal app before the PowerShell Integrated Console has a chance to load. More specifically:So basically the user ends up having an extra, unwanted process get launched at startup. I've tried closing my terminal at shutdown from my extension's deactivate function but even that doesn't prevent the terminal UI from loading upon next startup.
Is there any way I can suppress this additional terminal?
/cc @Tyriar @dotps1
The text was updated successfully, but these errors were encountered: