Visual Studio Code
Visual Studio Code is Microsoft's cross-platform, extensible source-code editor and development environment.
Last updated August 28, 2026
Overview
Visual Studio Code, commonly known as VS Code, is a Microsoft-developed source-code editor that runs on Windows, macOS, Linux and the web. It combines a lightweight editing experience with features commonly associated with an integrated development environment, including syntax highlighting, intelligent code completion, navigation, refactoring, debugging, source control and an integrated terminal. Its extension architecture allows developers and technology vendors to add language services, debuggers, linters, formatters, testing tools, cloud integrations and specialized workflows. Microsoft announced VS Code at the 2015 Build conference as part of a broader effort to provide development tools beyond the traditional Windows and .NET-centered desktop environment. The product was designed around web technologies and the Electron framework, with the Monaco editor providing a foundation for its editing experience. Erich Gamma, a Microsoft technical fellow known for his work in software engineering and design patterns, is widely identified as the product's creator. Kai Maetzel was also involved in the early product and engineering work. A defining feature of VS Code is the distinction between the open-source project and Microsoft's official distribution. The source repository, known as Visual Studio Code - Open Source or Code - OSS, is available under the MIT License. The downloadable Microsoft distribution includes proprietary Microsoft branding, distribution components and services, and is governed by Microsoft's product license rather than simply by the MIT License. The official application is free for commercial internal use, but its license restricts redistribution or bundling of the Microsoft-branded product as a standalone offering. This distinction has contributed to continuing discussion among developers about telemetry, licensing and the relationship between open source and Microsoft's commercial distribution. VS Code's business and ecosystem significance extends beyond the editor itself. Its free availability across operating systems helped Microsoft reach developers using Linux, macOS, cloud environments and technologies outside the traditional Visual Studio stack. The Visual Studio Marketplace supplies a large extension ecosystem, while integrations with GitHub, GitHub Copilot, Azure, Codespaces and remote-development features connect the editor to Microsoft's wider developer platform. Community projects such as VSCodium use the publicly available source code to provide alternative builds with different licensing and telemetry choices, although they are separate from Microsoft's official product. The product has progressively expanded from a JavaScript and TypeScript-focused editor into a general-purpose environment for languages such as Python, C++, C#, Java, Go, PHP and many others. It supports local, remote and browser-based workflows, including development inside containers, over SSH and through cloud-hosted workspaces. More recently, Microsoft has emphasized artificial-intelligence-assisted development, agent workflows, model choice and Model Context Protocol support. In 2025, Microsoft also announced a private marketplace for organizations that need to curate, review, rehost or privately distribute extensions, particularly in managed and air-gapped enterprise environments. VS Code remains an active Microsoft product and one of the most widely used development environments internationally. Its positioning rests on a combination of low entry cost, broad platform support, extensibility, frequent releases and integration with a growing set of Microsoft and third-party developer services.
History
Visual Studio Code emerged from Microsoft's effort to build a modern development tool for developers working across operating systems and technology stacks. The project drew on earlier work on Monaco, a browser-oriented code editor, and on Microsoft's growing use of web technologies. Erich Gamma became a central figure in the product's creation, with Kai Maetzel among the early contributors associated with its development. Microsoft announced Visual Studio Code at Build on April 29, 2015, and released an early preview soon afterward. The initial product emphasized a fast editing experience for web developers, especially those using JavaScript, TypeScript and Node.js. Rather than reproduce the scope and weight of the traditional Visual Studio IDE, it focused on launching quickly, working consistently on Windows, macOS and Linux, and allowing users to add deeper capabilities through extensions. The open-source foundation became an important part of the product's identity. Microsoft published the source project as Visual Studio Code - Open Source, commonly called Code - OSS, on GitHub under the MIT License. The official Microsoft build, however, is a separately distributed product using Microsoft's branding, services and license terms. This model enabled public code contributions while allowing Microsoft to control the official distribution and associated services. It also led to alternative builds, including VSCodium, created by parties seeking different telemetry and licensing arrangements. On November 18, 2015, Microsoft publicly advanced the Code - OSS project. The editor continued through preview releases before reaching version 1.0 in 2016. That transition marked a major credibility point: developers who had been interested in the product could adopt a stable release, while the extension model gave it a path beyond its original web-development focus. The following years brought language support, debugging, Git integration, terminal tooling, richer IntelliSense, workspace management and an increasingly broad Marketplace. Extensions made VS Code useful for Python, C++, C#, Java, Go, PHP, data science, cloud infrastructure and specialized enterprise platforms. Microsoft also developed remote-development capabilities, allowing users to work in containers, over SSH and in other hosted environments. Browser-based versions and cloud workspaces connected the desktop editor to services such as GitHub Codespaces and Azure-related workflows. VS Code's adoption strengthened Microsoft's relationship with developers who did not use Windows or the full Visual Studio product. Reports in 2018 described use among Google developers, while Microsoft later reported substantial monthly active-user growth. Industry surveys also repeatedly placed VS Code among the most-used development environments. Its success helped Microsoft compete for developer mindshare through an accessible product rather than relying only on the traditional Visual Studio franchise. In the 2020s, AI became a major part of the product strategy. VS Code integrated with GitHub Copilot and other language-model services, adding chat, inline completions, agent-oriented workflows, model selection and support for emerging interoperability standards such as MCP. Microsoft subsequently described efforts to open additional AI-editor components for public development and transparency. These efforts coexist with the longstanding distinction between the MIT-licensed source repository and Microsoft's proprietary official distribution. By 2025, Microsoft was also addressing organizational control and software-supply-chain concerns through a private marketplace. The service was presented as a way for eligible enterprise customers to curate public extensions, host proprietary extensions privately, and distribute approved tools to teams in controlled environments. Visual Studio Code therefore functions both as an individual developer tool and as an entry point into Microsoft's broader GitHub, Copilot, Azure and enterprise developer ecosystem.
- 2025AI editor open-source milestones
Microsoft reported staged efforts to open additional components of VS Code's AI editing experience, including Copilot Chat-related work and inline suggestions.
- 2025Private Marketplace announced
Microsoft announced an enterprise private marketplace for controlled extension curation, hosting and distribution.
- 2020Expansion into remote and cloud development
Microsoft expanded browser, remote-development and cloud-workspace scenarios around the VS Code experience, including connections to Codespaces-related products.
- 2016Version 1.0
Visual Studio Code left preview status and reached its first stable 1.0 release.
- 2015Public announcement and preview release
Microsoft announced Visual Studio Code at Build and released an early preview for Windows, macOS and Linux.
- 2015Code - OSS project published
Microsoft made the open-source Code - OSS project available, establishing the public source foundation for the official product.
Products and positioning
A free, cross-platform and highly extensible code editor that sits between a lightweight text editor and a full IDE, increasingly positioned as a hub for remote development, cloud workflows and AI-assisted software engineering.
Visual Studio Code desktopSource-code editor2015
The core application for Windows, macOS and Linux. It provides editing, syntax highlighting, navigation, IntelliSense, debugging, Git integration, terminal access, workspace management and extension-based customization. It is designed to remain relatively lightweight while supporting workflows that can approach the capabilities of a full IDE.
Visual Studio Code for the WebBrowser-based development tool
A browser-accessible version of the VS Code experience for working with repositories and files without installing the full desktop application. Its capabilities depend on the browser environment and connected services, but it extends the brand into web-based editing and remote development.
Visual Studio Code InsidersPreview developer tool
The preview channel for upcoming VS Code features. Insiders releases allow developers to evaluate new functionality before it reaches the stable channel and provide feedback to the project.
Visual Studio MarketplaceExtension ecosystem2015
Microsoft's distribution platform for extensions that add language support, debuggers, testing, formatting, cloud integrations, themes and specialized development workflows to VS Code. Extension authors may be Microsoft, commercial vendors, open-source projects or individual developers.
Remote DevelopmentDevelopment extension suite
A set of tools for developing against environments other than the local machine, including remote hosts, containers and related hosted workspaces. The suite allows the editor interface to remain local while code, tools and runtimes operate in a separate environment.
AI-assisted development in VS CodeAI coding tools
A growing set of AI features and integrations supporting chat, inline code completion, agent workflows, model selection and related development tasks. These capabilities include Microsoft and GitHub services as well as extension-based integrations with other providers.
Flagship businesses
- Visual Studio Code desktop application
- VS Code for the Web
- Visual Studio Code Insiders
- Visual Studio Marketplace extensions
- Remote Development extensions
- GitHub Copilot integration
Marketing campaigns
- 2025Private Marketplace for VS Code
Enterprise · Global
Microsoft presented Private Marketplace as a secure extension hub where organizations can curate public extensions, privately host internal tools and distribute approved components to development teams.
Outcome. The offering extended VS Code from an individual tool into a more centrally governed enterprise platform; availability was described for eligible GitHub Enterprise and Copilot Business or Enterprise customers.
- 2015Build launch and cross-platform developer outreach
Global
Microsoft introduced VS Code at Build as a lightweight editor for developers working across Windows, macOS and Linux, emphasizing web technologies, speed and extensibility.
Outcome. The launch established VS Code as a cross-platform Microsoft developer product and began its preview adoption phase.
Brand decisions
- 2025Add enterprise governance through a private extension marketplaceStrategy
Organizations increasingly need review, compliance, controlled distribution and private hosting for developer extensions, especially in managed or isolated environments.
What changed. Microsoft announced Private Marketplace capabilities for curating, rehosting and privately distributing extensions to eligible enterprise users.
Aftermath. The initiative positioned VS Code for more centrally managed enterprise deployments while preserving the familiar extension workflow.
- 2025Open additional AI editing componentsStrategy
AI-assisted coding became a central part of developer tooling, while users and contributors sought greater transparency around how AI features were implemented.
What changed. Microsoft described staged open-sourcing of AI editor components, including inline suggestions and Copilot Chat-related work.
Aftermath. The effort increased public visibility into parts of the AI experience, while the licensing distinction between Code - OSS and the official Microsoft build remained relevant.
- 2015Adopt a cross-platform, extensible editor strategyStrategy
Microsoft sought to serve developers using multiple operating systems and a broad range of languages and frameworks rather than limiting the product to the traditional Windows and .NET environment.
What changed. The company built VS Code around web technologies, released it for Windows, macOS and Linux, and made extensions central to its product model.
Aftermath. The strategy broadened Microsoft's developer reach and enabled a large ecosystem of third-party language and workflow extensions.
- 2015Separate the open-source project from the official distributionOther
Microsoft wanted to publish the source code and accept community participation while retaining control over the official branded build and its associated services.
What changed. It published Code - OSS under the MIT License and distributed the Microsoft build under Microsoft's own product license.
Aftermath. The model enabled open-source contributions but also produced ongoing debate and alternative distributions such as VSCodium.
Leadership
| Name | Title | Tenure |
|---|---|---|
| Kai Maetzel | Early Visual Studio Code product and engineering leaderformer | 2015– |
| Erich Gamma | Creator and former technical leader of Visual Studio Codeformer | 2011– |
| Amanda Silver | Corporate vice president and head of product, Microsoft Developer Division | — |
Controversies
- Debate over licensing, telemetry and the open-source labelControversy
Some developers have criticized the gap between the MIT-licensed Code - OSS source project and the proprietary license governing Microsoft's official VS Code distribution, including concerns about telemetry and branding. This is a continuing community controversy rather than a confirmed legal scandal.
Recent events
- 2025Microsoft introduces a private marketplace for VS Code extensions
Microsoft announced an enterprise-oriented extension hub for curating, reviewing, rehosting and privately distributing extensions, including for controlled or air-gapped environments.
Product launch - 2025Microsoft expands open-source components of AI editing in VS Code
Microsoft described a second milestone in opening parts of the AI editing experience, including the inline suggestions system used for AI-generated completions.
Product launch - 2025Commercial redistribution restrictions clarified for official VS Code
Microsoft support responses stated that companies may use the official product for internal commercial development, while the Microsoft-branded distribution cannot be bundled or redistributed as a standalone product under its license.
RegulationOther - 2018Microsoft reports broad adoption of Visual Studio Code
Microsoft said the editor had been adopted by developers across platforms, including substantial use within Google, and reported more than 4.5 million monthly active users at the time.
Other - 2016Visual Studio Code reaches its 1.0 milestone
The editor moved from preview status to a stable 1.0 release after accumulating more than two million downloads during its preview period.
Product launchProduct generation
Sources
- Visual Studio Code
- Visual Studio Code License
- The Story of Visual Studio Code with Erich Gamma and Kai Maetzel
- Visual Studio Code 1.0 milestone report
- Visual Studio Code Private Marketplace announcement
- Visual Studio Code FAQ
- Celebrating 50 Million Developers
- Expansion into remote and cloud development
- AI editor open-source milestones
- Commercial redistribution restrictions clarified for official VS Code
- Microsoft reports broad adoption of Visual Studio Code
Cite this profile: Cite the canonical profile. /brand-wiki/visual-studio-code · Editorial policy · How profiles are compiled