我使用以下命令创建了一个简单的“ hello world” .net应用程序:
dotnet new console -n testApplication
当我使用以下命令启动应用程序时:
dotnet run
一切都很好;如果我尝试使用VSCode中的.NET Core Launch(控制台)调试应用程序,则会收到警报:找不到类型为'coreclr'的调试适配器 c#扩展名已正确安装。
还有其他设置要执行吗?
答案 0 :(得分:0)
看来,在安装VSCode的C#扩展时-需要获得C#调试器。 从Visual Studio Code IDE-侧面菜单/“扩展名( ctrl + shift + X )”下载OmniSharp软件包以包括C#调试器或者可以从链接中安装相同的内容:https://marketplace.visualstudio.com/items?itemName=ms-vscode.csharp