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

ElektroStudios picture ElektroStudios  ·  4Comments

waithope picture waithope  ·  5Comments

nmchgx picture nmchgx  ·  3Comments

StayFoolisj picture StayFoolisj  ·  5Comments

seiferthan picture seiferthan  ·  4Comments