Quantcast
Channel: Active questions tagged visual-studio-code - Stack Overflow
Viewing all articles
Browse latest Browse all 97387

Debug C# Azure Functions that's part of a dotnet solution in VS Code

$
0
0

I have a dotnet core 2.2 solution with multiple projects. One of the projects is a C# Azure Function app. I have setup VS Code to run/debug one or multiple projects (Web APIs, consoles, web jobs) , but I am not able to find a way to run/debug the function project while the solution is open. But if I open the function project directly in VS Code (not as part of solution), I can run and debug it. How can I setup VS Code launch.json and tasks.json to be able to run a function as part of a solution?


Viewing all articles
Browse latest Browse all 97387

Trending Articles