Skip to content

Commit 7da1765

Browse files
authored
Fix heading in F# vscode article (#1229)
Was missing 'with'.
1 parent edc4d3d commit 7da1765

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/fsharp/tutorials/getting-started/getting-started-vscode.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ You can install Visual Studio Code from the [code.visualstudio.com](https://code
9595
9696
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.
9797
98-
## Creating your first project Ionide
98+
## Creating your first project with Ionide
9999
100100
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:
101101

0 commit comments

Comments
 (0)