Search code examples
pythonvisual-studio-codeursina

How do I duplicate the same window in VSCODE


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?


Solution

  • You could open up a new terminal window with cntrl + shift + backtick, and run your python server there (probably on a different port).