I am currently trying to add an F# file to an F# project in VSCode using .NET core. I have ionide installed and tried using the "Add Current File to Project" command, after creating a new file with the .fs extension, but this did not work.
Is there some setup for Ionide that I am missing? Or is there another tool I should be using?
Thanks!
To add the file to the project by hand you can:
1- create you file, myfile.fs
2- add the file to the myproject.fsproj
Open the file namespace on the main project and run the project.