Go to file
Eleanor Boyd b216c3ea9b
Merge pull request #218179 from microsoft/intense-stork
add anthony to endgame notebook
2024-06-25 13:04:43 -07:00
.configurations Engineering - update winget configuration file (#214228) 2024-06-04 15:27:50 +02:00
.devcontainer Use node 20 in dev container 2024-06-13 15:58:20 +02:00
.eslintplugin Clean up some type assertions (#211751) 2024-04-30 18:39:44 -07:00
.github Run steps for valid issues only (#217596) 2024-06-24 14:49:42 -07:00
.vscode add anthony to endgame notebook 2024-06-25 11:37:44 -07:00
build make collapsedText theme-able (#173203) 2024-06-25 14:28:39 +00:00
cli Chore: OSS tool (#217642) 2024-06-25 03:13:26 +02:00
extensions css/json/html web: adopt LanguageClient API change (#218060) 2024-06-25 16:26:48 +02:00
remote Update to @vscode/proxy-agent 0.21.0 2024-06-24 19:37:11 +02:00
resources fix[x11]: crash in gpu process with software compositor (#216661) 2024-06-20 07:02:04 +02:00
scripts Disable api-test extension when running code.sh directly (#214521) 2024-06-06 16:12:17 -07:00
src proper fix for #218058 (#218200) 2024-06-25 21:52:08 +02:00
test make sure errors are recreated when making LM requests (#216807) 2024-06-24 09:50:48 +02:00
.editorconfig
.eslintignore Fixes #208581: ESLint and .vscode/extensions is tricky to configure (#210031) 2024-04-10 12:03:56 +02:00
.eslintrc.json Support for OSC52 clipboard access 2024-06-04 11:32:59 -07:00
.git-blame-ignore-revs Engineering - Rename .git-blame-ignore to .git-blame-ignore-revs (#196816) 2023-10-27 12:34:22 +02:00
.gitattributes
.gitignore adopt building extensions (#207731) 2024-03-15 15:06:28 +01:00
.lsifrc.json
.mailmap
.mention-bot
.nvmrc chore: update to electron 29 (#209818) 2024-05-11 01:20:28 +09:00
.vscode-test.js adopt test-extension for colorize & configuration-editing (#195691) 2023-11-17 20:22:36 +01:00
.yarnrc fix[x11]: crash in gpu process with software compositor (#216661) 2024-06-20 07:02:04 +02:00
cglicenses.json Update license and third party notices (#213580) 2024-05-27 17:58:05 +02:00
cgmanifest.json chore: update remote node.js (#213439) 2024-05-26 07:12:14 +02: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
gulpfile.js
LICENSE.txt
package.json Chore: OSS tool (#217642) 2024-06-25 03:13:26 +02:00
product.json debug: bump js-debug for 1.90 (#213735) 2024-05-28 15:58:35 -07:00
README.md Fix supported markdown-lint violations in markdown files (#190750) 2023-08-24 08:37:25 +00:00
SECURITY.md Update SECURITY.md to latest version (#206550) 2024-02-29 19:48:11 +01:00
ThirdPartyNotices.txt Chore: OSS tool (#217642) 2024-06-25 03:13:26 +02:00
tsfmt.json
yarn.lock Update to @vscode/proxy-agent 0.21.0 2024-06-24 19:37:11 +02: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 (code completion, 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 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.