Visual Studio Code
Go to file
Connor Peet 1e3c50d641
Merge pull request #278380 from microsoft/connor4312/1.106-102811
edits: require approval for .code-workspace by default
2025-11-19 08:49:37 -08:00
.config chore: suppress node warnings (#274905) 2025-11-04 12:45:30 +09:00
.devcontainer
.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 release: eligibleForAutoApproval (#277943) 2025-11-18 22:49:53 +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
scripts
src edits: require approval for .code-workspace by default 2025-11-19 08:07:58 -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
.git-blame-ignore-revs
.gitattributes
.gitignore
.lsifrc.json
.mailmap
.mention-bot
.npmrc chore: update electron build (#277950) 2025-11-18 09:11:48 +00:00
.nvmrc
.vscode-test.js
cglicenses.json
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-18 10:59:11 +01:00
package.json Version bump 2025-11-18 10:59:11 +01:00
product.json
README.md
SECURITY.md
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.