We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bf8359 commit 7d15c61Copy full SHA for 7d15c61
.gitpod.yml
@@ -2,6 +2,8 @@ image: gitpod/workspace-dotnet:latest
2
tasks:
3
- name: dotnet restore
4
init: make restore
5
+ - name: install task
6
+ init: go install github.com/go-task/task/v3/cmd/task@latest
7
vscode:
8
extensions:
9
- muhammad-sammy.csharp
0 commit comments