I usually run python code at Visual Studio Code. And sometimes I open a folder which contains several applications. For example, I use examples repository like https://github.com/pytorch/examples
If I open pytorch/examples folder, it contains many main.py and they need different arguments for each. In such a case, is there any ways to prepare multiple launch.json? configurations in launch.json is array, so it may be a solution in my case..
