Visual Studio Code
  • TypeScript 73.8%
  • jsonc 21.4%
  • CSS 1.4%
  • C 1%
  • JavaScript 0.8%
  • Other 1.5%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Justin Chen 68cb51843c
Some checks failed
sessions-e2e.yml / don't show autopilot handoff when policy is disabled (#306151) (push) Failing after 0s
Code OSS (node_modules) / Linux (push) Has been cancelled
Code OSS (node_modules) / macOS (push) Has been cancelled
Monaco Editor checks / Monaco Editor checks (push) Has been cancelled
Code OSS (node_modules) / Compile (push) Has been cancelled
Code OSS (node_modules) / Windows (push) Has been cancelled
Checking Component Screenshots / Checking Component Screenshots (push) Has been cancelled
don't show autopilot handoff when policy is disabled (#306151)
2026-03-29 20:30:26 +00:00
.agents/skills/launch Merge remote-tracking branch 'origin/roblou/agent-host' into connor4312/agent-host-server 2026-03-12 21:19:14 -07:00
.config chore: suppress node warnings (#274905) 2025-11-04 12:45:30 +09:00
.devcontainer Bump ghcr.io/devcontainers/features/rust from 1.3.3 to 1.5.0 (#292849) 2026-02-06 10:36:01 -08:00
.eslint-plugin-local Don't localize markdown icon syntax (#303655) 2026-03-21 01:19:54 +00:00
.github Enable test/test-integration scripts to take file.test.ts arguments (#306039) 2026-03-29 02:48:59 +00:00
.vscode Bump notebook milestones (#306052) 2026-03-29 04:06:58 +00:00
build debt - fix regression with layer checker and DOM (#306119) 2026-03-29 18:13:02 +00:00
cli run oss tool (#304416) 2026-03-24 12:05:30 +01:00
extensions Rename sandbox setting to chat.agent.sandbox (#303421) (#305846) 2026-03-29 01:31:02 +00:00
remote Bump picomatch from 4.0.3 to 4.0.4 in /remote (#305821) 2026-03-28 06:41:30 +00:00
resources fix: add version folder to visualelements manifest icon path (#299239) 2026-03-04 17:31:07 +00:00
scripts Add argument parsing, suite filtering, and grep support to integration test scripts (#305837) 2026-03-28 11:23:37 +11:00
src don't show autopilot handoff when policy is disabled (#306151) 2026-03-29 20:30:26 +00:00
test Enable test/test-integration scripts to take file.test.ts arguments (#306039) 2026-03-29 02:48:59 +00:00
.editorconfig
.eslint-ignore Reapply 8e445caeff 2026-03-03 10:57:52 -08:00
.git-blame-ignore-revs
.gitattributes use git lfs (#297013) 2026-02-23 17:11:15 +01:00
.gitignore Move .claude creation for testing agent harness to postinstall (#304283) 2026-03-23 23:22:35 +01:00
.lsifrc.json
.mailmap Remove self from notify, classifier, events, etc. 2026-03-24 08:54:12 -07:00
.mention-bot
.npmrc chore: additional error categories for macOS cert api (#305154) 2026-03-26 14:49:27 +00:00
.nvmrc chore: bump electron@39.8.1 (#302053) 2026-03-16 14:51:48 +00:00
.vscode-test.js Support folding in git COMMIT_MSG files (#272356) 2025-10-21 09:26:47 -07:00
AGENTS.md docs - add instructions for AI coding agents (#280321) 2025-12-01 13:59:21 +00:00
cglicenses.json run oss tool (#304416) 2026-03-24 12:05:30 +01:00
cgmanifest.json chore: bump electron@39.8.3 (#303738) 2026-03-22 07:20:14 +01:00
CodeQL.yml
CONTRIBUTING.md
eslint.config.js sessions - fix layer breakers (#305693) 2026-03-27 15:48:36 +00:00
gulpfile.mjs Run our build scripts directly as typescript (#277567) 2025-11-21 14:56:00 +01:00
LICENSE.txt
package-lock.json chore: bump spdlog@0.15.8 (#305281) 2026-03-26 21:32:56 +00:00
package.json Update distro commit (main) (#305764) 2026-03-27 21:32:46 +00:00
product.json build: bump js-debug to 1.112.0 (#301615) 2026-03-13 16:00:26 -07:00
README.md docs: update Twitter branding to X in README (#280235) 2025-12-16 16:49:55 +00:00
SECURITY.md update security.md (#252288) 2025-06-24 07:46:23 -07:00
ThirdPartyNotices.txt run oss tool (#304416) 2026-03-24 12:05:30 +01:00
tsfmt.json

Visual Studio Code - Open Source ("Code - OSS")

Feature Requests Bugs Gitter

The Repository

This repository ("Code - OSS") is where we (Microsoft) develop the Visual Studio Code product together with the community. Not only do we work on code and issues here, we also publish our roadmap, monthly iteration plans, and our endgame plans. This source code is available to everyone under the standard MIT license.

Visual Studio Code

VS Code in action

Visual Studio Code is a distribution of the Code - OSS repository with Microsoft-specific customizations released under a traditional Microsoft product license.

Visual Studio Code combines the simplicity of a code editor with what developers need for their core edit-build-debug cycle. It provides comprehensive code editing, navigation, and understanding support along with lightweight debugging, a rich extensibility model, and lightweight integration with existing tools.

Visual Studio Code is updated monthly with new features and bug fixes. You can download it for Windows, macOS, and Linux on Visual Studio Code's website. To get the latest releases every day, install the Insiders build.

Contributing

There are many ways in which you can participate in this project, for example:

If you are interested in fixing issues and contributing directly to the code base, please see the document How to Contribute, which covers the following:

Feedback

See our wiki for a description of each of these channels and information on some other available community-driven channels.

Many of the core components and extensions to VS Code live in their own repositories on GitHub. For example, the node debug adapter and the mono debug adapter repositories are separate from each other. For a complete list, please visit the Related Projects page on our wiki.

Bundled Extensions

VS Code includes a set of built-in extensions located in the extensions folder, including grammars and snippets for many languages. Extensions that provide rich language support (inline suggestions, Go to Definition) for a language have the suffix language-features. For example, the json extension provides coloring for JSON and the json-language-features extension provides rich language support for JSON.

Development Container

This repository includes a Visual Studio Code Dev Containers / GitHub Codespaces development container.

  • For Dev Containers, use the Dev Containers: Clone Repository in Container Volume... command which creates a Docker volume for better disk I/O on macOS and Windows.

    • If you already have VS Code and Docker installed, you can also click here to get started. This will cause VS Code to automatically install the Dev Containers extension if needed, clone the source code into a container volume, and spin up a dev container for use.
  • For Codespaces, install the GitHub Codespaces extension in VS Code, and use the Codespaces: Create New Codespace command.

Docker / the Codespace should have at least 4 Cores and 6 GB of RAM (8 GB recommended) to run a full build. See the development container README for more information.

Code of Conduct

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.

License

Copyright (c) Microsoft Corporation. All rights reserved.

Licensed under the MIT license.