Visual Studio Code
Go to file
2025-11-25 06:58:37 +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 Merge branch 'main' into dev/dmitriv/eslint-map-delete 2025-11-21 11:34:34 -08:00
.github Add v1 Engineering agent mode (#278994) 2025-11-24 09:00:26 -08:00
.vscode Convert npm scripts to ts 2025-11-24 11:05:23 -08:00
build chore: update debian dependencies for armhf (#279286) 2025-11-25 06:58:37 +00:00
cli remote: configurable 'reconnection grace time' (#274910) 2025-11-12 18:51:28 -08:00
extensions Still register tsconfig features with tsgo 2025-11-24 08:42:36 -08:00
remote chore: bump several native modules (#279257) 2025-11-25 12:15:46 +09:00
resources feat: create versioned resources for windows setup (#263998) 2025-11-24 21:32:12 +09:00
scripts Convert for more reference to .ts 2025-11-21 11:27:29 -08:00
src fix: memory leak in history service (#279246) 2025-11-25 06:21:32 +00:00
test feat: create versioned resources for windows setup (#263998) 2025-11-24 21:32:12 +09:00
.editorconfig
.eslint-ignore Make sure out-monaco-* is ignored for eslint 2025-10-08 13:06:47 -07:00
.git-blame-ignore-revs eng - add ESM migration commit to .git-blame-ignore-revs (#227190) 2024-08-30 11:06:02 +02:00
.gitattributes
.gitignore Add data prompt (#267543) 2025-09-19 16:00:11 -07:00
.lsifrc.json
.mailmap
.mention-bot
.npmrc chore: bump electron@39.2.3 (#278722) 2025-11-24 06:30:18 +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 adopt new version of tas-client, no longer use "umd" variant (#263340) 2025-11-12 07:50:41 -08:00
cgmanifest.json chore: bump electron@39.2.3 (#278722) 2025-11-24 06:30:18 +00:00
CodeQL.yml eng: mark the patch application file as being generated (#194047) 2023-09-26 04:31:01 +01:00
CONTRIBUTING.md Merge branch 'main' into patch-1 2023-12-11 11:12:18 +00:00
eslint.config.js Merge branch 'main' into dev/dmitriv/eslint-map-delete 2025-11-21 11:34:34 -08: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 several native modules (#279257) 2025-11-25 12:15:46 +09:00
package.json chore: bump several native modules (#279257) 2025-11-25 12:15:46 +09: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.