diff options
| author | Nandaja Varma <nandaja.varma@gmail.com> | 2022-05-09 19:20:04 +0000 |
|---|---|---|
| committer | Nandaja Varma <nandaja.varma@gmail.com> | 2022-05-09 19:40:30 +0000 |
| commit | 769483640c6cb5b00f1be10ec3c7f2d0873a6562 (patch) | |
| tree | 0898c3f13d1c09c84ccc4357373a8ebf9e6151a3 | |
| parent | aaccd6f7f32f01ca45dc03e8591b92451c01fe5c (diff) | |
remove deprecated user uploaded extension from .gitpod.yml
| -rw-r--r-- | .gitpod.yml | 2 | ||||
| -rw-r--r-- | README.md | 2 |
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 @@ -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) +[](https://gitpod.io/#https://github.com/rust-lang/rustlings) ## Manually |
