I've been trying to play around with Visual Studio Code and am struggling to get up and running with a .NET Core MVC web app following the getting started guides.
I installed Visual Studio Code, .NET Core SDK, and the C# code extension, and created the project using the dotnet new mvc command. I made sure I followed the prompt to add missing assets required to build and debug.
At this point, the tutorials I've read say you can run the application with F5, and they get a template page appear in the browser. However, when I try to run it, it takes me to the Environment dropdown. If I select .NET Core, it takes me to a launch.json file.
I'm new to Visual Studio code, so I'm not sure how best to troubleshoot this, or if there's something I've missed or misunderstood.
launch.jsonlook like?