Make the cursor focus switch automatically to the terminal after laun…#17884
Make the cursor focus switch automatically to the terminal after laun…#17884paulacamargo25 merged 2 commits intomicrosoft:mainfrom
Conversation
…ching a python process with configurability (microsoft#14851)
|
Just wanted to clarify that modifying the package.json did not yield a modified package-lock.json. |
|
Thanks for your PR, I see you added the focus only when the debugger is run. But the focus would be missing when the code is simply executed, in order to complete the issue. Could you add that part? Thanks |
|
If you mean "Run" -> "Run Without Debugging", I've tested it and it focuses on the terminal. I think |
|
Okay, thanks for the pointer. That's been done now! |
|
I found related issues #14851 & #18813 however neither of those or this one mentioned the Settings to look for to enable this feature. As reference I would like to post the setting name to help other as I did find it by searching under menu item File| Preferences|Settings (item I found listed below) |
microsoft/vscode-python#17884) * Make the cursor focus switch automatically to the terminal after launching a python process with configurability (microsoft/vscode-python#14851) * Add focus on terminal to code execution manager

Make cursor focus switch automatically to the terminal after launching a python process with configuration option.
Closed #14851