Bryan Kneis

Results 64 comments of Bryan Kneis

@westurner @haakobja Looking at the [spec](https://containers.dev/implementors/json_reference/) I can actually see it already supports the attribute `securityOpt` which devpod then passes onto the docker run - https://github.com/loft-sh/devpod/blob/main/pkg/driver/docker/docker.go#L283 You should be able...

Should be fixed with PR from https://github.com/loft-sh/devpod/issues/1476

Hi @KhazAkar thanks for the suggestion, I was not aware of vs codium existed! It looks like an interesting project. One solution to this problem could be to symlink vs...

@3timeslazy I've just taken a look at your plugin and it looks great. I downloaded codium to see if I could integrate devpod with it, but even using the remote...

@3timeslazy your right! I thought this was not supported but found the error was due to the SSH extension not being found in the marketplace, as you mentioned. Once I...

@aacebedo thanks for the contribution. In general I like your implementation and think it would add value to devpod. One thing I'm not sure on though is the user file....

@aacebedo ah OK I can see that workflow making a lot of sense, adding the user file to a gitignore and having as a personalised override would be sweet. If...

@endocrimes Another user reported something similiar in https://github.com/loft-sh/devpod/issues/1250, could you try the fix there and see if that works for you? Simply wrap the call to DevPod Desktop in a...

LGTM, both options are supported by SSH so I don't see why we shouldn't support

@aacebedo I've tested this locally but did not get the result I thought I would. Using the following devcontainer.json and Dockerfile, I toggled `updateRemoteUserUID` from true to false. Here are...