|
|
|
|
|
by preg_match
13 days ago
|
|
These days I run absolutely everything dev related inside of podman containers, no node or anything on my host. But even that's not enough, because the IDE support for that is lacking and those tools expect host binaries to be available. I can largely get around it with ro mounts and such but it's very annoying. Containers are really good now, there's zero reason why every extension and LSP isn't containerized. Also agents inside a container. It's very nice because I have zero trust for harness permission systems. But again, why aren't the tools designed from the ground up to be containerized? |
|