Vscode-code-runner: Focus on terminal while/after run

Created on 12 Mar 2017  路  3Comments  路  Source: formulahendry/vscode-code-runner

I know there was a similar issue(#32).

I usually have to input some data after running, so focusing on code window is very inconvenient for me that I have to move my mouse to terminal and click it...

Could you please add an option to control it?

enhancement

Most helpful comment

Hi @ghKelo , this option has been addded. To let terminal take focus, use below settings:

{
    "code-runner.preserveFocus": false
}

Please try the latest release

All 3 comments

Thanks for your feedback. Will add option to control it.

Hi @ghKelo , this option has been addded. To let terminal take focus, use below settings:

{
    "code-runner.preserveFocus": false
}

Please try the latest release

thanks

Was this page helpful?
0 / 5 - 0 ratings

Related issues

w3adventures picture w3adventures  路  3Comments

Salil03 picture Salil03  路  5Comments

emadb picture emadb  路  5Comments

N2ITN picture N2ITN  路  5Comments

waithope picture waithope  路  5Comments