-
Notifications
You must be signed in to change notification settings - Fork 512
Open
Labels
Description
What happened?
I am setting up different variables to find binaries like
"CARGO_HOME" : "/home/gitpod/.cargo",
"GOPATH" : "/home/gitpod/go-packages",
"GOROOT" : "/home/gitpod/go",
},
"remoteUser": "gitpod",
"remoteEnv": {
"PATH": "${containerEnv:PATH}:/home/gitpod/.cargo/bin:/home/gitpod/go/bin:/home/gitpod/go-packages/bin"
And unfortunately the /home/gitpod part is replaced by /workspace so all my binaries are not in the PATH anymore.
What did you expect to happen instead?
This works fine with codespace,
How can we reproduce the bug? (as minimally and precisely as possible)
You can reproduce by opening this repo in devpod and searching for go, tinygo, wit or other executable installed with Cargo: https://github.com/vados-cosmonic/wasmcon2024-couchbase-workshop/
Reactions are currently unavailable