Skip to content

Commit

Permalink
Fix heading in F# vscode article (#1229)
Browse files Browse the repository at this point in the history
Was missing 'with'.
  • Loading branch information
cartermp committed Nov 12, 2016
1 parent edc4d3d commit 7da1765
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ You can install Visual Studio Code from the [code.visualstudio.com](https://code

The only plugin required for F# support in Visual Studio Code is [Ionide-fsharp](https://marketplace.visualstudio.com/items?itemName=Ionide.Ionide-fsharp). However, you can also install [Ionide-FAKE](https://marketplace.visualstudio.com/items?itemName=Ionide.Ionide-FAKE) and to get [FAKE](http://fsharp.github.io/FAKE/) support and [Ionide-Paket](https://marketplace.visualstudio.com/items?itemName=Ionide.Ionide-Paket) to get [Paket](https://fsprojects.github.io/Paket/) support. FAKE and Paket are additonal F# community tools for building projects and managing dependencies, respectively.

## Creating your first project Ionide
## Creating your first project with Ionide

To create a new F# project, open Visual Studio Code in a new directory (you can name it whatever you like). Next, open the Command Palette (Ctrl+P on Windows, ⌘+P on macOS, Ctrl+Shift+P on Linux) and type the following:

Expand Down

0 comments on commit 7da1765

Please sign in to comment.