1
2
Fork 0
mirror of https://github.com/microsoft/vscode.git synced 2026-01-19 20:39:27 +01:00
Visual Studio Code
Find a file
Sandeep Somavarapu a320e1230d
enable lm management editor for business and enterprise (#288966)
* enable lm management editor for business and enterprise

* show for internal
2026-01-19 19:23:53 +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 Remove Map/Set eslint rule 2025-11-25 11:00:09 -08:00
.github clarify interactive and notebook instructions (#288849) 2026-01-19 17:17:15 +00:00
.vscode eng - opt the team into using sessions (#288384) 2026-01-16 16:52:48 +01:00
build Engineering - release the build that is being triggered at 19:00 (#288903) 2026-01-19 15:22:06 +00:00
cli 3rd party notices (#286063) 2026-01-06 08:23:42 +00:00
extensions feat: enabled windows version update for stable (#288126) 2026-01-19 12:16:20 +00:00
remote Merge pull request #287561 from microsoft/tyriar/xterm_260113 2026-01-16 03:33:20 -08:00
resources feat: enabled windows version update for stable (#288126) 2026-01-19 12:16:20 +00:00
scripts Deletes unused playground-server. (#286718) 2026-01-09 11:43:06 +00:00
src enable lm management editor for business and enterprise (#288966) 2026-01-19 19:23:53 +00:00
test Fix Playwright MCP invalid JSON schema for tuple parameters (#288464) 2026-01-16 21:14:29 +00:00
.editorconfig No forcing tabsize on users 2018-12-19 09:10:53 -08:00
.eslint-ignore Remove src/vs/loader.js (fix #285255) (#286727) 2026-01-09 15:13:32 +01: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 Whitelist comments in all JSON files. For #129206 2021-09-20 14:54:26 +02:00
.gitignore Add data prompt (#267543) 2025-09-19 16:00:11 -07:00
.lsifrc.json Add lsifrc file 2021-07-14 13:38:16 +02:00
.mailmap update .mailmap (#159565) 2022-08-30 16:14:56 +02:00
.mention-bot update mention bot configuration 2016-07-11 16:43:26 +02:00
.npmrc fix: capture diagnostics and add workaround for graphite recording order failures (#287798) 2026-01-15 08:00:20 +00:00
.nvmrc chore: bump .nvmrc (#282925) 2025-12-11 20:11:26 -08: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 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.7 (#283786) 2025-12-16 13:57:53 +01: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 chore: bump native-watchdog (#287848) 2026-01-15 15:34:13 +09:00
gulpfile.mjs Run our build scripts directly as typescript (#277567) 2025-11-21 14:56:00 +01:00
LICENSE.txt remove blank line (my best checkin ever) 2020-05-01 14:26:04 -07:00
package-lock.json Enabling sandboxing for terminal commands execution through copilot chat. (#280236) 2026-01-16 20:01:00 +00:00
package.json feat: enabled windows version update for stable (#288126) 2026-01-19 12:16:20 +00:00
product.json use default account in chat entitlements service (#288165) 2026-01-19 09:04:54 +00: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 oss tool (#280470) 2025-12-02 00:12:19 +00:00
tsfmt.json Add insertSpaceAfterOpeningAndBeforeClosingEmptyBraces to tsfmt 2021-08-30 15:48:55 -07:00

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.