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?
You could open up a new terminal window with cntrl + shift + backtick
, and run your python server there (probably on a different port).