Microsoft announces Visual Studio Online, an online code editor based on Visual Studio Code, in private preview
Frederic Lardinois / TechCrunch :
Context & Ripple Effects
This announcement extends the arc that began when Visual Studio Code came out of preview in 2016 and quickly became Microsoft's cross-platform developer foothold, then deepened when Live Share let developers collaborate on the same codebase without syncing. Visual Studio Online is the logical next step: taking the VS Code editor off the desktop entirely and running it from the cloud.
The move matters because it puts Microsoft's editor where its source-control platform already lives — a bet the company doubled down on a year later by moving the service to a public preview, then renaming it Codespaces with a price cut of over 50%, and finally folding the idea into GitHub's own free Codespaces beta.
First-order effects
- Developers admitted to the private preview get a full Visual Studio Code experience in the browser, decoupled from local machine setup and tied to Microsoft's cloud infrastructure instead.
- The desktop Visual Studio line — fresh off the Visual Studio 2019 preview — now has a sibling product aimed at lightweight, anywhere-access workflows rather than heavyweight installed IDEs.
Second-order effects
- GitHub, which Microsoft owns, becomes the natural distribution point for the same technology, culminating in GitHub Codespaces launching as a free beta just a year later — internal competition that forces Microsoft to reposition and sharply discount the standalone offering.
- Competing cloud IDE efforts face a rival that controls both the most widely adopted open-source editor base and the dominant code-hosting platform, squeezing independent hosted-environment vendors on both editor familiarity and integration.
Third-order effects
- If the pattern holds, the developer workstation dissolves into the repository: environments are provisioned per-project in the cloud, priced like compute rather than licensed like software, and bundled with source hosting.
- Editor choice increasingly follows platform ownership — whoever hosts the code can default developers into their own cloud environment, making the IDE a lock-in surface for the underlying cloud provider.
The trend: Code editing is migrating from locally installed IDEs to cloud-hosted environments bundled with source-control platforms, with Microsoft using VS Code as the bridge.