0

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?

DonYeet46
  • 13
  • 6

1 Answers1

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