mfussenegger / nvim-dap

Debug Adapter Protocol client implementation for Neovim
GNU General Public License v3.0
5.17k stars 180 forks source link

Wiki edit: dotnet #1017

Closed Zeioth closed 11 months ago

Zeioth commented 11 months ago

Problem Statement

https://github.com/mfussenegger/nvim-dap/wiki/Debug-Adapter-installation#dotnet

Under dap.configurations.cs add

dap.configuration.fsharp = dap.configurations.cs

To make it compatible with fsharp. Tested and it works.

Possible Solutions

No response

Considered Alternatives

No response

mfussenegger commented 11 months ago

The wiki is open for edits by anyone