Pascal Breuninger
Pascal Breuninger
@aacebedo I'm a bit concerned about using `Config.ID` in a function shared by both the automatic detection and manual feature order. It might make sense to change `computeFeatureOrder` instead of...
@aacebedo thanks for the example! Not sure I follow completely, I'll need a bit of time to take a look at the spec again. In the meantime would using `overrideFeatureInstallOrder`...
@raine-works are you experiencing the same problem with the latest v0.5.6 release?
Hey @martinbiard, thanks for opening the issue. The current format for deeplinks is documented [here](https://github.com/loft-sh/devpod/blob/main/CONTRIBUTING.md#open-workspace), the only difference when relaying through `devpod.sh/open` is that you can omit the `source` parameter...
@martinbiard I can't repro this on macOS, maybe it's a windows issue - we'll look into it. Could you paste the updated url you're trying it with here please?
@martinbiard > I'm not yet using the prebuild feature, but is there a parameter to pass this value into the urls as well? Not a URL parameter but it's available...
Hey @Freberg, thanks for opening the issue. You're right that hasn't been something we've been looking into so far, we'll investigate
Hey @SGudbrandsson, thanks for reporting the issue. couple of questions here: 1. What's the configuration for your `gcloud` provider? I just tried with basically no modification and it worked just...
1. So you just ran `devpod provider add gcloud` without changing any configuration? 2. That's cloning via SSH - should also work though, let me try to reproduce
Update on the second issue: did you also enter `git@$YOUR_REPO` in the DevPod UI? If not, it'll fall back to https based cloning and you might not have the git...