
Description
Adding the following setting "powershell.integratedConsole.forceClearScrollbackBuffer":true
causes the setting "powershell.integratedConsole.focusConsoleOnExecute": false
to be ignored.
This means that the focus shifts to the terminal instead of staying inside the code window
System Details
System Details Output
Issue Description
I am experiencing a problem with keeping the focus on the code window instead of the terminal windows
Expected Behaviour
When i run/execute powershell code i expect the focus to stay in the code windows when this setting is added :
"powershell.integratedConsole.focusConsoleOnExecute": false
Actual Behaviour
The setting "powershell.integratedConsole.focusConsoleOnExecute": false
is being ignored when i added "powershell.integratedConsole.forceClearScrollbackBuffer": true,
, so everytime i execute code my cursor/marker is focused to the terminal windows.
Attached Logs
Follow the instructions in the troubleshooting docs
about capturing and sending logs.