TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: How to simplify too many dev environments?

2 pointsby p0dover 2 years ago
I code with vscode on 4 different local machines, using about 20 different ssh connections to cloud vms&#x2F;containers. Two of the local machines are corporate which I don&#x27;t have admin access.<p>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.

2 comments

orbzover 2 years ago
VS Code supports several remote development approaches: <a href="https:&#x2F;&#x2F;code.visualstudio.com&#x2F;docs&#x2F;remote&#x2F;remote-overview" rel="nofollow">https:&#x2F;&#x2F;code.visualstudio.com&#x2F;docs&#x2F;remote&#x2F;remote-overview</a><p>I&#x27;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: <a href="https:&#x2F;&#x2F;code.visualstudio.com&#x2F;docs&#x2F;editor&#x2F;settings-sync" rel="nofollow">https:&#x2F;&#x2F;code.visualstudio.com&#x2F;docs&#x2F;editor&#x2F;settings-sync</a>.
评论 #34097197 未加载
chiefalchemistover 2 years ago
Haven&#x27;t yet tried myself (but for the non corporate machines) what about VSC in the browser? Not sure it&#x27;s &quot;there&quot; yet but I&#x27;ve been meaning to try it.
评论 #34092176 未加载