Ask HN: How to simplify too many dev environments?
I code with vscode on 4 different local machines, using about 20 different ssh connections to cloud vms/containers. Two of the local machines are corporate which I don't have admin access.
Is there a secure solution where I could launch a remote, centralised version of vscode? I used to ssh -X into Sublime to a lan machine which had all my projects but I want to decommission my home server.
4 comments
[ 0.59 ms ] story [ 30.8 ms ] threadI've personally had success with getting my teams on CodeSpaces and DevContainers to give everyone near-immediate access to a reproducible dev environment. You might also want to consider settings sync: https://code.visualstudio.com/docs/editor/settings-sync.