Running an F# program in VS Code using the Ionide plugin

107 Views Asked by At

I opened my project directory in VS Code.

I set a breakpoint and pressed F5. Now I get

command 'csharp.coreclrAdapterExecutableCommand' not found

What should I install to make it work?

UPDATE: this is under Centos 7 and I did install .net core runtime 3.1 and .net core sdk 3.1 and the ionide-fsharp plugin

0

There are 0 best solutions below