in IntelliJ, I can setup multiple debugging configurations with different ports. and I can then pick which configuration to run when debugging.
How can I do the same in VSCode?
as a test, I setup 1 debugging entry in launch.json and that works fine. I setup another configuration but with a different port this time. But when I “start debugging”, I was not given a choice which configuration to use. From what I can see, it just starts the 1st one again.
Any ideas? Thanks!