Visual Studio Code
Go to file
2025-11-25 22:06:45 +00:00
.config chore: suppress node warnings (#274905) 2025-11-04 12:45:30 +09:00
.devcontainer fix: changed the node js version from 20 to 22 as per #257193 (#257400) 2025-07-23 09:07:51 +00:00
.eslint-plugin-local Use config to disable rule in tests 2025-10-29 11:42:15 -07:00
.github update codenotify (#275776) 2025-11-06 10:32:39 +00:00
.vscode my-endgame notebook: add cwebster-99 to team members list 2025-11-06 12:18:27 +01:00
build Fix ADMX generation to use underscores instead of . (#279406) (#279461) 2025-11-25 22:06:45 +00:00
cli Run OSS tool 2025-11-03 19:33:06 +01:00
extensions Restore foreground color for operators in dark_plus theme (#277209) 2025-11-13 14:40:48 -08:00
remote Adopt @vscode/proxy-agent 0.36.0 2025-11-03 17:05:25 +01:00
resources fix: switch everyone to DEB822 (#260171) 2025-08-06 11:52:08 -07:00
scripts Support folding in git COMMIT_MSG files (#272356) 2025-10-21 09:26:47 -07:00
src chat: fix md chat response not being fully written out (#278703) 2025-11-24 14:17:47 -08:00
test MCP related actions need to hide when AI features are disabled (fix #275478) (#275840) 2025-11-06 15:53:29 +00:00
.editorconfig
.eslint-ignore Make sure out-monaco-* is ignored for eslint 2025-10-08 13:06:47 -07:00
.git-blame-ignore-revs
.gitattributes
.gitignore Add data prompt (#267543) 2025-09-19 16:00:11 -07:00
.lsifrc.json
.mailmap
.mention-bot
.npmrc chore: update electron build (#277950) 2025-11-18 09:11:48 +00:00
.nvmrc chore: bump electron@37.7.0 (#272157) 2025-10-19 19:19:05 +00:00
.vscode-test.js Support folding in git COMMIT_MSG files (#272356) 2025-10-21 09:26:47 -07:00
cglicenses.json Update license 2025-10-02 16:42:39 -07:00
cgmanifest.json chore: update vscode-codicons reference (#275620) 2025-11-05 17:18:38 +00:00
CodeQL.yml
CONTRIBUTING.md
eslint.config.js cleanup any-usages (#274732) 2025-11-03 13:45:30 +00:00
gulpfile.js
LICENSE.txt
package-lock.json Version bump 2025-11-21 12:17:19 +01:00
package.json Version bump 2025-11-21 12:17:19 +01:00
product.json eng - make it possible run OSS with chat development setup (#272268) 2025-10-20 12:54:15 -07:00
README.md Use Inline Suggestions naming (#272447) 2025-10-21 14:06:35 +00:00
SECURITY.md update security.md (#252288) 2025-06-24 07:46:23 -07:00
ThirdPartyNotices.txt Rerun OSS tool 2025-11-07 09:47:59 +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.