I have Created a .net Core Web Api Project in Visual Studio code. I wanted to Debug the app so I Added the Configuration as "Attach to Local .Net Core Console App".after that i pressed debug button. then it asked me to attach the app.but my app didn't appear in the dropdown. i tried several things but didn't work anything.I found that the configuration settings stored in the "launch.json" file and I cleared the configurations array from the launch.json and re added from the add configuration button. but didn't work anything yet. the problem is when i try to attach to the process of my app is not showing to attach. Please help me to fix the issue. I have attached some images and the project.

project Thanks.
launch.jsonand changeprogramto point to your actual assembly file path.