I'm Developing an application using Electron.NET and .Net Core 2.1 in Visual Studio Code, Now I'm Facing an issue in Debugging an Electron.NET Application.I have also Configure lunch.json file for debugging it,but still not able to debug the app.
Help me for Opt-out from this situation.
Thanks in Advance.
Start your application with the Electron.NET CLI: "dotnet electronize start", and attach to the running exe process.