forked from DonJayamanne/pythonVSCode
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Labels
area-terminalfeature-requestRequest for new features or functionalityRequest for new features or functionality
Description
Environment data
- VS Code version: 1.53.0
- Extension version (available under the Extensions sidebar): 2021.1.502429796
- OS and version: Windows 10
- Python version (& distribution if applicable, e.g. Anaconda): 3.6.7
- Type of virtual environment used (N/A | venv | virtualenv | conda | ...): Not sure
- Value of the
python.languageServersetting: "Jedi"
Example - https://github.com/chrissyast/python_test
- Open
foo.py, click the "Run Python File in Terminal" button.
Terminal window opens, runs foo.py - Open a new terminal window
- Repeat step 1 for
bar.py
Current behaviour
UI reverts back to the terminal from step 1, fails to start bar.py
Expected behaviour
bar/main.py is either opened in the active terminal window or a new terminal.
Note - not duplicate of #85 because the solution re-uses existing terminal. Also believe #488 was incorrectly marked as a duplicate of 85
Metadata
Metadata
Assignees
Labels
area-terminalfeature-requestRequest for new features or functionalityRequest for new features or functionality