Remix.run Logo
valcron1000 6 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.

alfiedotwtf 5 days ago | parent [-]

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