Randy Fay

Results 2312 comments of Randy Fay

DDEV will be available for Apple Silicon before too terribly long; mostly as soon as Docker Desktop has a tech preview. Since the maintainer of mkcert is leading the charge...

mkcert is built for apple silicon in homebrew, but the repo doesn't build releases for it. I opened https://github.com/FiloSottile/mkcert/issues/329 requesting the build for Apple Silicon.

This is blocked by https://github.com/FiloSottile/mkcert/pull/359 for Apple Silicon.

Note that mkcert is available via `apt-get` in Ubuntu 22.04, and also that DDEV includes mkcert in the ddev apt package.

I'm not sure you need anything from ddev to do this. The post-start hook allows installing extra packages as in https://ddev.readthedocs.io/en/stable/users/extending-commands/#adding-additional-php-modules-example However, in next release of ddev (next week) there...

You could easily get the packages in there and maybe you need a docker-compose.vscode.yaml? https://ddev.readthedocs.io/en/stable/users/extend/customization-extendibility/

@joshmiller83 - Have you been using NFS? I assume you're on macOS. It makes a huge difference. https://ddev.readthedocs.io/en/stable/users/performance/ As above, I'm not at all sure that anything is required here...

Maybe you could explain the full detail of what you tried, and share what you do that worked, and it could spur some investigation.

From a quick read of the [original link](https://code.visualstudio.com/docs/remote/containers) it seems that vscode wants to start the container itself. Of course, that's not going to work out, because ddev already has...

I would expect you could run the code proxy from within the container - that's what their remote execution is for, rather than trying it from outside. You might try...