Hello I am trying to learn F#, I'd like to compile something in F#
These are the steps that I have followed:
- Downloaded Visual Studio Code
- Downloaded + installed all the Ionide extensions
- Ran F# new project, selected console application
- Ran FAKE: build
I then get the error: The target "Build" does not exist in the project.
What are the steps I need to follow to compile a F# solution in Visual Studio Code?
---------------------------------------------------------------------
1) Building c:\Users\sfyir\Code\fsharp\ConsoleTest\ConsoleTest.fsproj failed with exitcode 1.
---------------------------------------------------------------------
2) MSB4057: c:\Users\sfyir\Code\fsharp\ConsoleTest\ConsoleTest.fsproj(0,0): The target "Build" does not exist in the project.