I am trying to run a Server and Client in VS codes. The Server and Client are programmed in Java and are in 2 different projects but whenever I try to run both of them simultaneously, VS codes shut the other one down. Can someone please tell me how to run both of them in parallel?
Thanks in advance