Skip to content

Commit

Permalink
Add netcoredbg (#1872)
Browse files Browse the repository at this point in the history
  • Loading branch information
ShalokShalom committed May 10, 2023
1 parent 85d0c32 commit f7a2887
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,13 @@ The LSP that powers language features is [FSAutoComplete](https://github.com/fsh

The library that powers project and script loading is [proj-info](https://github.com/ionide/proj-info)

You find a version of this plugin pre-packaged with the FOSS debugger from Samsung [here](https://open-vsx.org/extension/Ionide/Ionide-fsharp)

# Requirements

* .NET 6.0/7.0 SDK - https://dotnet.microsoft.com/download/dotnet/7.0

* VS Code C# plugin - Ionide's debugging capabilities relies on the debugger provided by Omnisharp team.
* VS Code C# plugin - Ionide's debugging capabilities rely on either the [Omnisharp](https://github.com/OmniSharp/omnisharp-vscode) debugger or [netcoredbg](https://github.com/muhammadsammy/free-omnisharp-vscode).

## Features

Expand Down

0 comments on commit f7a2887

Please sign in to comment.