Hacker News new | ask | show | jobs
by TylerE 765 days ago
It always seems to bite when I've got nothing but an SSH link and a default vim install to hand.
1 comments

lol that's fair enough. This is a tangent and unrelated to Make - but I also find myself in that situation pretty frequently, since I do a lot of embedded systems and some CI/CD work.

If you find yourself in that situation frequently, I'd recommend one of:

    1. Use sshfs to mount your remote target locally on your dev machine, or:
    2. Use vscode's remote-ssh mode (if the agent can run on your target).
Vscode's remote-ssh mode is really nice. It's good enough that it single-handedly made me switch from my previous editor, and I wish that I knew more tools like it.