From 2a02492960d7172f5dabb35a2f3405579714cef4 Mon Sep 17 00:00:00 2001 From: icyfire0573 <40814526+icyfire0573@users.noreply.github.com> Date: Tue, 13 Oct 2020 21:27:32 -0400 Subject: [PATCH] Update get-started-vscode.md (#21072) http to https after verifying link --- docs/fsharp/get-started/get-started-vscode.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/fsharp/get-started/get-started-vscode.md b/docs/fsharp/get-started/get-started-vscode.md index 2d7bd208ccb44..48fb26d16b54f 100644 --- a/docs/fsharp/get-started/get-started-vscode.md +++ b/docs/fsharp/get-started/get-started-vscode.md @@ -5,7 +5,7 @@ ms.date: 12/23/2018 --- # Get Started with F# in Visual Studio Code -You can write F# in [Visual Studio Code](https://code.visualstudio.com) with the [Ionide plugin](https://marketplace.visualstudio.com/items?itemName=Ionide.Ionide-fsharp) to get a great cross-platform, lightweight Integrated Development Environment (IDE) experience with IntelliSense and code refactorings. Visit [Ionide.io](http://ionide.io) to learn more about the plugin. +You can write F# in [Visual Studio Code](https://code.visualstudio.com) with the [Ionide plugin](https://marketplace.visualstudio.com/items?itemName=Ionide.Ionide-fsharp) to get a great cross-platform, lightweight Integrated Development Environment (IDE) experience with IntelliSense and code refactorings. Visit [Ionide.io](https://ionide.io) to learn more about the plugin. To begin, ensure that you have [F# and the Ionide plugin correctly installed](install-fsharp.md#install-f-with-visual-studio-code).