Maybe that's your thing. If not, there's a preference you can change, immediately.
In Code, go to the File Menu -> Preferences to launch the User Settings screen. There's a setting to overwrite the default called powershell.integratedConsole.focusConsoleOnExecute, that's what you're looking for. Add it to the right-side of the Code settings window like this:
{ "powershell.integratedConsole.focusConsoleOnExecute": false, }
It'll look like this:
The change takes place immediately.
Not using Code yet? Hop to! https://code.visualstudio.com/Download
No comments:
Post a Comment