summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNandaja Varma <nandaja.varma@gmail.com>2022-05-09 19:20:04 +0000
committerNandaja Varma <nandaja.varma@gmail.com>2022-05-09 19:40:30 +0000
commit769483640c6cb5b00f1be10ec3c7f2d0873a6562 (patch)
tree0898c3f13d1c09c84ccc4357373a8ebf9e6151a3
parentaaccd6f7f32f01ca45dc03e8591b92451c01fe5c (diff)
remove deprecated user uploaded extension from .gitpod.yml
-rw-r--r--.gitpod.yml2
-rw-r--r--README.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/.gitpod.yml b/.gitpod.yml
index 46b1a6a..73cb802 100644
--- a/.gitpod.yml
+++ b/.gitpod.yml
@@ -4,4 +4,4 @@ tasks:
vscode:
extensions:
- - rust-lang.rust@0.7.8:CvNqMTgDdt3UXt+6BCDTVg==
+ - rust-lang.rust@0.7.8
diff --git a/README.md b/README.md
index 5febd65..dd96a59 100644
--- a/README.md
+++ b/README.md
@@ -50,7 +50,7 @@ When you get a permission denied message then you have to exclude the directory
[Run on Repl.it](https://repl.it/github/rust-lang/rustlings)
-[Open in Gitpod](https://gitpod.io/#https://github.com/rust-lang/rustlings)
+[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/rust-lang/rustlings)
## Manually