I am able to debug aspnet.core webapi with { request: launch, type: coreclr, program: **.dll } or to update webapi code without restarting server with npm task { start: "dotnet watch run" }. But I am not able to use both features in the same session. I tried to attach to both browser or server with no luck.
I'd also like to know if this is possible with current version of vscode.
dotnet --version?