Closed
Description
Summary of the new feature
When VS Code starts it loads Powershell extension if it is enabled. On load it starts new terminal and terminal window pops up stealing focus. It should not do that. I want to edit the code and I want the code editor to be in the focus. Instead I have to close the terminal window every time extension is loaded. It is so annoying I tend to disable the extension altogether when I'm writing Powershell code.
Proposed technical implementation details (optional)
If you need to open terminal for the extension to work, do that in background. Or provide some option that would instruct the extension how it should start.