mirror of
https://github.com/rust-lang/rustlings.git
synced 2026-01-03 09:19:18 +00:00
Fix GitPod support, thanks to @corneliusludmann.
This commit is contained in:
parent
f6667aa00b
commit
6f4bdf3c5d
10
.gitpod.yml
10
.gitpod.yml
@ -1,9 +1,7 @@
|
|||||||
tasks:
|
tasks:
|
||||||
- init: gp env -e PATH="/usr/local/cargo/bin:$PATH" && eval $(gp env -e) && /workspace/rustlings/install.sh
|
- init: /workspace/rustlings/install.sh
|
||||||
- command: eval $(gp env -e) && /workspace/.cargo/bin/rustlings watch
|
command: /workspace/.cargo/bin/rustlings watch
|
||||||
image:
|
|
||||||
file: .gitpod.Dockerfile
|
|
||||||
|
|
||||||
vscode:
|
vscode:
|
||||||
extensions:
|
extensions:
|
||||||
- rust-lang.rust@0.7.8:CvNqMTgDdt3UXt+6BCDTVg==
|
- rust-lang.rust@0.7.8:CvNqMTgDdt3UXt+6BCDTVg==
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user