AutoFocusReplExecution

{
  "accessibility.replEditor.autoFocusReplExecution": "input" // default
}

value type: string

default value: “input”

possible values: “input” (default), “lastExecution”, “none”

description: When you trigger a command that runs a line, selection or file in the REPL Editor, this setting will determine where the focus will go after that command is executed.

“input” -> will focus the input box of the REPL Editor. “lastExecution” -> will focus the last (i.e. latest or most recent) execution block in the list of execution blocks. “none” -> will not change the focus after command is executed. This usually means maintaining focus on the current editor.