1. Make sure there are two launch configurations in `launch.json` 2. Make sure both launch configurations' console setting is "integratedTerminal" 3. Launch the first one, and you see "Java Debug Console" channel added to integrated terminal 4. Try launch the second one, timeout Expected behavior: 1. Users should be able to launch multiple programs in integrated terminal 2. Each program should have its own terminal created 3. The title of the terminal should reflect the program name, e.g. "Debug - simpleApp"
launch.jsonExpected behavior: