Debug ASP.NET Core with Multiple Browsers from VS Code on MacOS
I recently needed to launch different browsers for debugging a .NET Core [https://www.microsoft.com/net] app in Visual Studio Code [https://code.visualstudio.com/] on a MacOS. A quick Google search yielded how to launch different browsers from VS Code for debugging ASP.NET Core [https://dotnetthoughts.net/launching-different-browser-from-vscode/], but this was Windows centric. While the changes below are simple, I thought I would document them anyway. Here is the whole launch.json file for ref...