Home > Software engineering >  Run Selection in VS code or ADS without cursor moving to the terminal afterwards
Run Selection in VS code or ADS without cursor moving to the terminal afterwards

Time:03-13

I would like that the cursor stays in the script file after I run a code selection with F8. What setting should I change so the cursor does not move to the terminal?

CodePudding user response:

Assuming that the Settings GUI with relevant setting shown

Note the GUI's convenient search feature: typing powershell focus was sufficient to locate the relevant setting.

  • Related