I am following this tutorial to add Facebook authentication to my web app.
As part of the process I am trying to enable SSL on my project but everything I have found involves updating a setting in the Project Properties dialog in Visual Studio, which is unavailable to me through Visual Studio Code on my Mac. I've tried updating the values in launchSettings.json manually, but I haven't had any luck.
How do I update launchSettings.json (or other project files) in Visual Studio Code to enable SSL while debugging?