I am using Microsoft VS Code version 1.34.0 (64 bit version) on Windows 10 64 bit. I have "Python" and "Code Runner" extensions installed and using it for Python 3.7.3
I click on triangle in top right corner to run code or do Ctrl + Alt + N.
When I run code that needs user input, I can see the message(if provided any in code) and cursor in Terminal but the cursor is inactive (empty rectangle).
The active cursor (blinking) is still in code editor pane.
Is there any way to automatically move the active cursor from code editor to Terminal for user input?
I am trying to avoid one extra mouse click or (Ctrl + `)
