GitPodSample
GitPodSample copied to clipboard
Sample for using Gitpod with F# and .Net Core 3.0
F# GitPod sample
Sample for using GitPod with F# based on .Net Core 3.0. It shows both simple project (command line app) and script file. The important parts are:
.docker/Dockerfileusing .Net Core 3.0.vscode/settings.jsonenabling .Net Core F# Interactive (dotnet fsi).vscode/tasks.jsondefining build task for the application