diff options
| author | diannasoreil <mokou@fastmail.com> | 2022-05-10 12:44:51 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-05-10 12:44:51 +0200 |
| commit | b4510fc03bf66236f52564d11de1f270232cd5f1 (patch) | |
| tree | 0898c3f13d1c09c84ccc4357373a8ebf9e6151a3 | |
| parent | aaccd6f7f32f01ca45dc03e8591b92451c01fe5c (diff) | |
| parent | 769483640c6cb5b00f1be10ec3c7f2d0873a6562 (diff) | |
Merge pull request #989 from nandajavarma/main
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 |
