-
Notifications
You must be signed in to change notification settings - Fork 728
Description
Environment data
dotnet --info output:
.NET Command Line Tools (2.1.4)
Product Information:
Version: 2.1.4
Commit SHA-1 hash: 5e8add2190
Runtime Environment:
OS Name: Windows
OS Version: 10.0.16299
OS Platform: Windows
RID: win10-x86
Base Path: C:\Program Files\dotnet\sdk\2.1.4\
Microsoft .NET Core Shared Framework Host
Version : 2.0.5
Build : 17373eb129b3b05aa18ece963f8795d65ef8ea54
VS Code version:
1.20.1
C# Extension version:
ms-vscode.csharp, version: 1.14.0
Steps to reproduce
Created a asp.net core mvc application
Commnads:
dotnet new mvc
Expected behavior
When I run the application with debugger or without debugger. It should open the browser and load the application.
Actual behavior
Showing this error message
Debug adapter executable 'C:\Users\Sridhar\.vscode\extensions\ms-vscode.csharp-1.14.0\.debugger\vsdbg-ui.exe' does not exist.
Tried to uninstall and reinstall C# extension but no use.