diff --git a/.gitpod.yml b/.gitpod.yml new file mode 100644 index 0000000..f872da0 --- /dev/null +++ b/.gitpod.yml @@ -0,0 +1,12 @@ +image: gitpod/workspace-dotnet + +vscode: + extensions: + - muhammad-sammy.csharp + - ionide.ionide-fsharp + +tasks: + - init: > + dotnet tool restore + dotnet paket restore + dotnet run --project build/Build.fsproj