Ask Learn Preview
Please sign in to use this experience.
Sign inThis browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
In this exercise, set up your F# development environment by installing the .NET SDK, Visual Studio Code, and the F# Ionide extension.
To get started writing code with F#, install the .NET SDK.
Open the terminal
Enter the following .NET CLI command
dotnet --version
The following output is similar to what displays in the console. Your version might be different, but as long as the version information is output to the console, it means everything is installed correctly.
5.0.302
Once you have the .NET SDK installed, install Visual Studio Code and the Ionide extension.
Please sign in to use this experience.
Sign in