Skip to content

Commit

Permalink
chore: configuring gitpod (#68)
Browse files Browse the repository at this point in the history
* chore: experiment with configuring a gitpod

* chore: remove non working extensions and restore

* docs: add gitpod button
  • Loading branch information
saintedlama committed Mar 13, 2022
1 parent c130107 commit 7f59f11
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .gitpod.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
image: gitpod/workspace-dotnet
tasks:
- name: Install Dependencies
init: dotnet restore

vscode:
extensions:
- muhammad-sammy.csharp
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7f59f11

Please sign in to comment.