go-pingbot/.gitpod.yml
Oskar e7005810b8
Gitpod change workspace image
Change Gitpod workspace image to `medzik/gitpod:full`

* Delete .gitpod.Dockerfile
* Update .gitpod.yml
2021-10-19 22:43:43 +02:00

9 lines
137 B
YAML

image: medzik/gitpod:full
checkoutLocation: "go/src/pingbot"
workspaceLocation: "go/src/pingbot"
vscode:
extensions:
- golang.go