From 616c7bb07b1f6fcb16c950255b899cd2e259bff4 Mon Sep 17 00:00:00 2001 From: Cashmaney Date: Tue, 19 Jul 2022 12:30:07 +0300 Subject: [PATCH] Testing dev image as gitpod --- .gitpod.yml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/.gitpod.yml b/.gitpod.yml index 4aa9f72f2..c37fec337 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -1 +1,11 @@ -image: ghcr.io/notional-labs/cosmos +image: ghcr.io/scrtlabs/secretnetwork-dev:latest + +vscode: + extensions: + - rust-lang.rust-analyzer + - vadimcn.vscode-lldb + - mutantdino.resourcemonitor + - serayuzgur.crates + - bungcip.better-toml + - golang.Go +