Kyle Carberry

Results 232 comments of Kyle Carberry

I guess we need to adjust our build to create two releases? One that depends on VS Code Remote SSH and another that depends on Open Remote SSH?

Can you post the error visible on the Access URL health page?

We should not add multiple top-level commands for this bespoke feature. It will bloat the help.

@mgn901 our error is poor there, but you can just create a unique `app_slug` per `coder_app` and it'll work!

@ggjulio I think it'd be better to use a `null_resource` and execute the dev container CLI directly. It would be nice to show that build output directly in the Coder...

@ggjulio I'm confident you can send logs before the agent is connected, so during the build phase the devcontainer CLI output could be piped via our API. Edit: That way...