Hacker News new | ask | show | jobs
by valcron1000 314 days ago
How do you deal with persistent sessions in VSCode? I have a remote VM to which I connect through SSH using VSCode, but I need to have certain programs running even after I disconnect from the VM. It's the only reason why I use tmux and I haven't been able to get rid of it.
1 comments

VS Code has a server on the machine you’re connecting to that holds state… that’s what I’m guessing