| ▲ | halfcat 2 hours ago | |
I’m currently experimenting with running: - neovim - in VS Code [1] - in the browser Cloud VM runs the built-in `code serve-web` command, over Tailscale using `tailscale serve`. No SSH. Extensions work. No extensions run locally (with SSH some extensions have to run locally on your machine). I’m trying to see how little I can run on my local machine. VS Code over SSH is a good step in that direction, but there’s more attack surface if SSH is misconfigured, plus risk of an extension getting compromised. I expected the added layers (neovim, through an extension, inside VS Code, over the web) to be slow, but so far it works surprisingly well. | ||