Comment by cozzyd

19 hours ago

My newest yocto image mounts a 640K RO tmpfs on top of $HOME/.vscode-server to prevent people using VSCode from shitting all over the relatively small emmc.

Can you explain how this works? Doesn’t this also stop you from connecting to it over ssh via vs code?

  • Yes that's the point. If vscode didn't insist on installing potentially gigabytes of blobs then this wouldn't be necessary.

    (I'm a vimmer anyway... And emacs is too bloated to fit too, conveniently.)

    • > And emacs is too bloated to fit too, conveniently.

      If you connect via ssh, you could use Tramp. It does not install emacs on the target, but instead use a somewhat permanent connection as a tunnel for most emacs commands (transparently). Works too with docker, podman, distrobox, etc,...

      1 reply →