Comment by ColonelPhantom
Comment by ColonelPhantom 3 days ago
Devcontainers don't "feel" local to me, since my CLI tools are not available in them. Think ripgrep or fd, for example.
Comment by ColonelPhantom 3 days ago
Devcontainers don't "feel" local to me, since my CLI tools are not available in them. Think ripgrep or fd, for example.
You could include those as part of the tooling. I have been experimenting with including mise as part of the image and then layer on the extra tools within there. Put all of those steps into the build so it is automatic.