Also works well in vscode. Just wish the remote instance would keep running forever. Currently it's only a few hours it seems. Then one needs to reopen the workspace window.
SSH Remoting
11–20 of 227 posts
Re: SSH Remoting
#12I also switch between a lot of computers (work computer at home/work computer at work) but have to develop on "big powerful machine at work". My current solution is tmux + nvim and it works really good. I can just pickup a session from whatever computer I'm in front of at the moment. Am I correct in that neither Zed nor VS Code support this usecase yet?
Re: SSH Remoting
#13Re: SSH Remoting
#14Re: SSH Remoting
#15Is somewhere a comparison of Zed to Visual Studio Code?
Re: SSH Remoting
#16Caveat emptor: "Zed downloads NodeJS binary and npm packages from Internet without user’s consent"[1] This has been an open issue for 5 months. When I noticed it, I couldn't believe my eyes and it was the last time I've run Zed so far. Judge for yourself whether this is a deal-breaker for you; I wish I had known about it earlier. [1] https://github.com/zed-industries/zed/issues/12589
> Status update: We are still working on this! The major blocker is that extensions have not been setup to interact with setting. However, we also need to change this API to support our upcoming remote development feature. So we're going to roll both of these breaking changes into a larger extension update, coming this November or December :)
Re: SSH Remoting
#17I also switch between a lot of computers (work computer at home/work computer at work) but have to develop on "big powerful machine at work". My current solution is tmux + nvim and it works really good. I can just pickup a session from whatever computer I'm in front of at the moment. Am I correct in that neither Zed nor VS Code support this usecase yet?
I use Tailscale for a personal VPN so the beefy workstation is always securely available from my laptop, even when across the pond).
Re: SSH Remoting
#18How's Zed with WSL (now)? I've liked the ability to run the VS Code back-end in WSL and front-end in Windows, is this possible with Zed?
Asking for trouble.
Re: SSH Remoting
#19Is somewhere a comparison of Zed to Visual Studio Code?
Memory footprint, startup times, overall responsiveness. At the end of the day VSCode is still Electron app.
Re: SSH Remoting
#20Someone reinvented tramp-mode.