Closed runbmp closed 5 years ago
Hey @benmp :wave:,
Thank you for opening an issue. We will get back to you as soon as we can. Also, check out our OpenCollective and consider backing us.
https://opencollective.com/ionide
PS.: We offer
backer
support for all backers. Don't forget to addpriority
label when you start backing us :smile:
Solution has been published and works just fine on Mac
https://vxlabs.com/2019/04/16/dotnet-fsi-in-vscode/
"FSharp.fsacRuntime": "netcore",
"FSharp.fsiFilePath": "/usr/local/share/dotnet/dotnet",
"FSharp.fsiExtraParameters": ["fsi"]
Describe the bug As a mac user, I would like to use the "dotnet fsi" command in 3.0.100-preview3 for my fsi window as I am under the impression it would remove the requirement of mono on macOS.
Expected behaviour
I would like this to work in some form using the new dotnetcore fsi
Screenshots
Environment (please complete the following information): macOS Mojave 10.14.4
Mono version - none
Additional context I attempted a work around by specifying my own fsi.sh script with the following command inside: