Skip to content

cannot set environment variables: invalid request: 500 #1663

@ryanpcmcquen

Description

@ryanpcmcquen

.gitpod.yml:

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

vscode:
  extensions:
    - rust-lang.rust@0.7.8:CvNqMTgDdt3UXt+6BCDTVg==

.gitpod.Dockerfile:

FROM rust

ENV export PATH="/usr/local/cargo/bin:$PATH"

Repo:
https://github.com/ryanpcmcquen/rustlings/tree/add-gitpod-support

Metadata

Metadata

Assignees

No one assigned

    Labels

    type: questionreporter has a general question

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions