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
Would it make sense to integrate the .NET Core Debugger into Ionide? Doing so would remove the need for users to install the OmniSharp C# extension in order to be able to use the .NET Core Debugger. To start with at least, the omnisharp-vscode package.json file contains the urls to the debuggers for the supported platforms.
The text was updated successfully, but these errors were encountered:
I went ahead and opened dotnet/vscode-csharp#1364 in the OmniSharp vs code repo to float the idea there too. Please check that issue out if you have interest in this idea.
@Krzysztof-Cieslak do you think there is an easy way (on ionide init maybe, or before FSAC init) to check if that package is installed? just to give a meaningfull error message
Would it make sense to integrate the .NET Core Debugger into Ionide? Doing so would remove the need for users to install the OmniSharp C# extension in order to be able to use the .NET Core Debugger. To start with at least, the omnisharp-vscode package.json file contains the urls to the debuggers for the supported platforms.
The text was updated successfully, but these errors were encountered: