You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I click the "Run Python File in Terminal" button, if a program is already running, it will not be interrupted; instead it will just try to paste the python command into the terminal. This also may be interpreted as input to the already running command.
Environment data
VS Code version: 1.45.1
Extension version (available under the Extensions sidebar): 2020.5.80290
OS and version: Windows 10.0.18363 Build 18363
Python version (& distribution if applicable, e.g. Anaconda): Python 3.8.1
Type of virtual environment used (N/A | venv | virtualenv | conda | ...): N/A
Relevant/affected Python packages and their versions: N/A
Relevant/affected Python-related VS Code extensions and their versions: N/A
When I click the "Run Python File in Terminal" button, if a program is already running, it will not be interrupted; instead it will just try to paste the python command into the terminal. This also may be interpreted as input to the already running command.
Environment data
"python.jediEnabled"set to; more info How to update the language server to the latest stable version #3977): Jedipython.languageServersetting: MicrosoftExpected behaviour
An existing script run will be killed and the new script run will execute in the terminal
Actual behaviour
The script will continue running and the new run command is pasted as keyboard input
Steps to reproduce: