Followers

Tuesday 31 January 2017

Create an F# Project in VSCode

Source: nerdlynews.32hours.com --- Monday, January 30, 2017
See the original posting on DZone Python Prerequisites Operating system Windows MacOS Linux CLR .Net Framework (Windows) Mono (MacOs, Linux) VSCode With ionide extensions for VSCode ( http://ionide.io/ ) Ionide-FSharp Ionide-FAKE Ionide-Paket Step-by-step Instructions Create new directory Move to new directory At the console type Code . or open VSCode and then open the new directory you just created Press [Shift]   [Command/Ctrl]   [P] and type F# Select New Project Choose classlib or console or other project type for the production project Choose the project directory (if left empty, current directory will be used) Provide a project name (using production.fsproj for this example) Press [Shift]   [Command/Ctrl]   [P] and type FAKE Choose Default build , you should see an output similar to this: Checking Paket version (downloading latest stable)... Paket.exe 3.33.5 is up to date. Paket version 3.33.5 0 seconds - ready. Building project with version: LocalBuild Shortened DependencyGraph for Target Build: <== Build <== Clean ... Press [Shift][Command/Ctrl][P] and type F# Select New Project Choose fsunit for test code Choose the project directory (if left empty current directory will be used) Provide a project name (using test.fsproj for this example) Open up the test.fsproj file Press [Shift][Command/Ctrl][P] and type F# Select Add Project Reference Choose test.fsproj project as the project that you want to edit Choose production.fs ...



from Windows http://ift.tt/2kPqeUE

No comments:

Post a Comment