Visual Studio Code
Go to file
Tyler James Leonhardt bc5f6481a5
Enable tracing (#274203)
* Enable tracing

So that we can upload traces instead of just videos.

* feedback
2025-10-30 23:19:54 +00:00
.config chore: remove gdnsuppress (#268196) 2025-09-24 17:30:39 +00: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 Engineering - try to run mangling in the PR check (#268428) 2025-10-29 09:04:43 +00:00
.vscode chat - tweak wording around chat and reduce use of copilot (#272839) 2025-10-23 11:40:49 +00:00
build Fix import and use clearer file name 2025-10-30 08:57:26 -07:00
cli Run oss tool 2025-09-29 16:55:08 -07:00
extensions SCM - 💄some follow-up cleanup (#274193) 2025-10-30 13:55:23 -07:00
remote add terminal output dropdown, reveal command on focus (#273175) 2025-10-30 16:08:43 -07: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 add terminal output dropdown, reveal command on focus (#273175) 2025-10-30 16:08:43 -07:00
test Enable tracing (#274203) 2025-10-30 23:19:54 +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: bump electron@37.7.0 (#272157) 2025-10-19 19:19:05 +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: bump electron@37.7.0 (#272157) 2025-10-19 19:19:05 +00:00
CodeQL.yml
CONTRIBUTING.md
eslint.config.js Some no explicit any in contrib/debug/ (#273469) 2025-10-30 20:30:22 +00:00
gulpfile.js
LICENSE.txt
package-lock.json add terminal output dropdown, reveal command on focus (#273175) 2025-10-30 16:08:43 -07:00
package.json add terminal output dropdown, reveal command on focus (#273175) 2025-10-30 16:08:43 -07: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 Run oss tool 2025-09-29 16:55:08 -07: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.