Aaron Lehmann
Aaron Lehmann
Maybe this is a duplicate of #28908 though?
I like the idea. However, one concern comes to mind. When I'm looking at `--help` output, I'll typically grep for something or scan visually for a particular flag. I usually...
I don't think this can be fixed in the UI. The original issue was that clients like JB Gateway fail to start a workspace that requires an automatic update -...
Actually, I don't think JB Gateway has this particular issue, but there may be other API clients that do...
@nathanleclaire: It pulls by digest so that the same version will be pulled on each node. The daemon log will show what it tried to pull and why it didn't...
I've been using this snippet of code in the devcontainer startup script to install VS Code extensions specified in `devcontainer.json`. It's a pretty gross hack and you may well be...
We just migrated from using envbuilder directly to processing `.devcontainer` with envbuilder's `devcontainer.Compile` and invoking buildah with the resulting `Dockerfile`, env, etc. (also embedding buildah in our Go code). The...
BTW, I currently do this outside the context of envbuilder after the container is built: ``` # install and start code-server if ! which code-server > /dev/null; then curl -fsSL...
Interesting - we took another look and now see `# --- START CODER VSCODE ---` in the SSH config file. This might have been added by experimenting with connecting via...
That sounds reasonable to me.