From 7f59f119ec11eb5f00f492da03bcb92b57a49b31 Mon Sep 17 00:00:00 2001 From: Christoph Walcher Date: Sun, 13 Mar 2022 08:48:31 +0100 Subject: [PATCH] chore: configuring gitpod (#68) * chore: experiment with configuring a gitpod * chore: remove non working extensions and restore * docs: add gitpod button --- .gitpod.yml | 8 ++++++++ README.md | 4 ++++ 2 files changed, 12 insertions(+) create mode 100644 .gitpod.yml diff --git a/.gitpod.yml b/.gitpod.yml new file mode 100644 index 0000000..247fa25 --- /dev/null +++ b/.gitpod.yml @@ -0,0 +1,8 @@ +image: gitpod/workspace-dotnet +tasks: + - name: Install Dependencies + init: dotnet restore + +vscode: + extensions: + - muhammad-sammy.csharp diff --git a/README.md b/README.md index aa5b94c..aed93a7 100644 --- a/README.md +++ b/README.md @@ -206,6 +206,10 @@ Because `changelogAll` is true and the _fix_ section is hidden, fix commits will ## Developing +Want to do a PR and not care about setting up your development environment? + +[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/versionize/versionize) + To get prettier test outputs run `dotnet test` with prettier test logger ```bash