Closed
Description
Environment data
- VS Code version: 1.21.1
- Extension version (available under the Extensions sidebar): 2018.3.1 (29 Mar 2018)
- OS and version: Microsoft Windows 10 Pro 10.0.16299 Build 16299
- Python version (& distribution if applicable, e.g. Anaconda): 2.7
- Type of virtual environment used (N/A | venv | virtualenv | conda | ...): N/A
Actual behavior
When running a Python script in debugger, the Terminal window receives focus every time, regardless of what window previously had focus.
Expected behavior
When the DEBUG CONSOLE is active, it remains active when a script is run.
Steps to reproduce:
- select "DEBUG CONSOLE"
- run program
- Observe that TERMINAL has focus. To see the content in DEBUG CONSOLE you have to click to activate that window.