I created a simple "hello world" .net application using the following command:
dotnet new console -n testApplication
When i launch the application using the command:
dotnet run
everything is fine; if i try to debug the application using the .NET Core Launch (console) in VSCode i receive the alert: cannot find the debug adapter for type 'coreclr' c# extension is correctly installed.
Is there any additional setting to perform?