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:
|
||||
- init: gp env -e PATH="/usr/local/cargo/bin:$PATH" && eval $(gp env -e) && /workspace/rustlings/install.sh
|
||||
- command: eval $(gp env -e) && /workspace/.cargo/bin/rustlings watch
|
||||
image:
|
||||
file: .gitpod.Dockerfile
|
||||
- init: /workspace/rustlings/install.sh
|
||||
command: /workspace/.cargo/bin/rustlings watch
|
||||
|
||||
vscode:
|
||||
extensions:
|
||||
- rust-lang.rust@0.7.8:CvNqMTgDdt3UXt+6BCDTVg==
|
||||
extensions:
|
||||
- rust-lang.rust@0.7.8:CvNqMTgDdt3UXt+6BCDTVg==
|
||||
|
|
Loading…
Reference in a new issue