using VSCode for AEM Sites Java development
I've been using IntelliJ CE but I want to try using VSCode.
1 thing I always do is to create 2 debug configuration (Remote JVM) for author and publisher. I'm trying to do this in VSCode but it seems to recognize only 1.
I first created 1 debug configuration in launch.json and that was working well. I can do breakpoints in my code. I tried adding another 1 for publisher (everything is the same except for name and port) and I see no way of selecting the 2nd debug configuration.
Any ideas on how to do it? Thanks