VCloud runs VS Code Server as a managed service starting at $49/month, giving you a full browser-accessible development environment on dedicated infrastructure. Unlike GitHub Codespaces or Gitpod, billing is a flat monthly rate rather than per compute-hour, and the environment persists instead of being torn down between sessions.
VS Code Server runs Visual Studio Code on a remote machine and serves the editor to your browser. You get the familiar editor, an integrated terminal, extensions, and debugging, with compute happening server-side.
Starter (2 vCPU, 4 GB RAM) handles editing, language servers, and day-to-day development. Compilation, test suites, and running containers alongside the editor are what consume resources, so step up to Business (4 vCPU, 8 GB) if builds run constantly. Choose Scale for large monorepos or heavy build workloads.
2 vCPU, 4 GB RAM, 50 GB SSD, 2 apps, 99.9% SLA
4 vCPU, 8 GB RAM, 100 GB SSD, 5 apps, 99.9% SLA
8 vCPU, 16 GB RAM, 200 GB SSD, Unlimited apps, 99.95% SLA
There is nothing to migrate in the usual sense - clone your repositories into the instance and install your toolchain. Settings Sync carries your existing VS Code preferences, keybindings, and extensions across from a desktop install.
Hosted VS Code Server on VCloud is $49/month on Starter, which covers day-to-day development. Business at $199/month (4 vCPU, 8 GB RAM) is worth it if you run builds and test suites constantly. Billing is a flat monthly rate with no per-hour compute metering.
Two main differences. Billing is flat monthly rather than per compute-hour, so an idle environment costs nothing extra. And the environment is persistent rather than ephemeral, so installed tools and local state survive between sessions instead of being rebuilt from a container definition.
Yes. VS Code Server supports extensions from the Open VSX registry. A small number of Microsoft-licensed extensions are restricted to official Microsoft builds and are not available on any non-Microsoft distribution.
It requires care, which is a large part of what the managed service handles. Your instance sits behind authentication with TLS enforced, rather than the open configuration that quick self-install guides often produce.
Yes. The editor runs in the browser and compute happens server-side, so any device with a modern browser works. Source code is never cloned onto the device, which also suits locked-down corporate machines.
Plans start at $49/month with unlimited seats, daily · 7d backups, and a 99.9% uptime SLA.