You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Whenever I run any vscode based ide I ran into this:
------------------------------------------------------------------------------
You may only use the Microsoft Visual Studio .NET/C/C++ Debugger (vsdbg) with
Visual Studio Code, Visual Studio or Visual Studio for Mac software to help you
develop and test your applications.
------------------------------------------------------------------------------
Unable to start debugging. .NET Debugging is supported only in Microsoft versions of VS Code. See https://aka.ms/VSCode-DotNet-DbgLicense for more information.
Being vscode an open source project why locking the dotnet debugger this way? I mean microsoft benefits from all contributions from the community, why not giving this back to the community as well? I thought that was the goal of c#/dotnet.
The text was updated successfully, but these errors were encountered:
Whenever I run any vscode based ide I ran into this:
Being vscode an open source project why locking the dotnet debugger this way? I mean microsoft benefits from all contributions from the community, why not giving this back to the community as well? I thought that was the goal of c#/dotnet.
The text was updated successfully, but these errors were encountered: