So I have been given a solution with 4 C# azure function projects in it. I was wondering how can I configure debug settings for each function project.
I can only find a way to do 1 at a time and that requires making changes in the settings.json every time I want to test a different Function project.

Not to mention this doesn't help when I am trying to debug multiple Function Apps at once (trying to replicate Visual Studio Multiple startup projects).
Any advice other then go back to Visual Studio? haha

