Hacker News new | ask | show | jobs
by jbverschoor 493 days ago
Run a container/vm for your project. Use VSCode only as an interface. Dev containers should do this, but I don't like the performance. I use my own docker-powered chroot container thingy https://github.com/jrz/container-shell
2 comments

If you mean "connect to VS code inside that container remotely," then https://news.ycombinator.com/item?id=42979467 is worth your read
> Dev containers should do this, but I don't like the performance What kind of dev container have you tried? What is the source of perf overhead?