Description
Feature: Notebook Editor, Interactive Window, Python Editor cells
Description
Can VSCode automatically run python scripts in two or more terminals at the same time without manually entering the path?
When I create a new terminal in VSCode to run the specified file, (it is still running), and then when I click the run button ("Run python file in terminal"), it will automatically run in the terminal that appears to be specified(not the newly created terminal). They look exactly the same python terminal.
Is it possible to set up VSCode so that it can automatically synchronize and run their respective files?
Since they are in the same terminal by default, the running results must be output in sequence, and if I use an external cmd window to debug, the results also need to be run in sequence, otherwise a new cmd window will not be able to be opened.
Thanks.
Microsoft Data Science for VS Code Engineering Team: @rchiodo, @IanMatthewHuff, @DavidKutu, @DonJayamanne, @greazer, @joyceerhl