How to start the debugging in Visual Studio Code with HTTPS protocol?
How do I run the .NET program in Visual Studio Code with HTTPS protocol in debugging mode?
I set up the
launch.json
and tasks.json
to run the debugging mode that only supports non-https protocol.
Is it possible to set up the application to run in the HTTP protocol?
Below is my configuration for all the launchSettings.json
, launch.json
and tasks.json
files.
launchSettings.json - https://pastebin.com/k1pkvxyK
launch.json - https://pastebin.com/5FfzRjVF
tasks.json - https://pastebin.com/ANTEDxTR0 Replies