I tried duplicating a the same window but it just went. I made this server.py
file that needs to be run twice if we need 2 players. Anyone know how to duplicate windows in vscode?
Asked
Active
Viewed 31 times
0

DonYeet46
- 13
- 6
-
You can also try to open another terminal – Tanay Aug 15 '22 at 15:50
-
please consider putting some screenshots and code snippets. That way, your problem becomes clearer. Usually the more information makes users respond faster. – Andre Nevares Aug 15 '22 at 16:38
-
Could you please describe your problem in detail? What means `duplicate the same window`? – MingJie-MSFT Aug 16 '22 at 02:17
1 Answers
0
You could open up a new terminal window with cntrl + shift + backtick
, and run your python server there (probably on a different port).

annes
- 123
- 1
- 6