puremourning / vimspector

vimspector - A multi-language debugging system for Vim
http://puremourning.github.io/vimspector-web
Apache License 2.0
4.1k stars 173 forks source link

[Feature Request]: Support F# #274

Closed lucasteles closed 3 years ago

lucasteles commented 4 years ago

That should not be too hard, because F# runs on .NET core and mono, so the actual debuggers should work out of the box.

puremourning commented 4 years ago

https://github.com/puremourning/vimspector/wiki/languages

lucasteles commented 4 years ago

I tested the actual configurations of the netcoredbg on a F# project and just works, can I create a PR adding F# on side of C# in the readme?

puremourning commented 4 years ago

can I create a PR adding F# on side of C#

Sure! Please do ! Thanks!