Visual Studio Code
Перейти к файлу
hj 88d7b97c93
chore: rm unreached ignore items when build extensions. (#227906)
chore: rm unreached ignore items when compiling extensions.
2024-09-09 10:32:51 +00:00
.configurations feat: switch to npm as default package manager (#226927) 2024-09-06 22:18:02 +09:00
.devcontainer feat: switch to npm as default package manager (#226927) 2024-09-06 22:18:02 +09:00
.eslintplugin rename electron-node to electron-utility (#227672) 2024-09-05 00:49:23 -07:00
.github ESM: figure out the monaco-standalone ESM build story (fix #227192) (#227536) 2024-09-06 18:26:40 +02:00
.vscode eng: identify ternary expressions in selfhost runner (#227848) 2024-09-06 17:19:05 -07:00
build Bump xml2js and @azure/core-http in /build 2024-09-07 02:49:29 +00:00
cli fixups 2024-09-06 12:20:13 -07:00
extensions chore: rm unreached ignore items when build extensions. (#227906) 2024-09-09 10:32:51 +00:00
remote Bump micromatch from 4.0.5 to 4.0.8 in /remote 2024-09-06 13:19:19 +00:00
resources ci: use sysroots for stripping binaries in rpmbuild (#227397) 2024-09-03 06:01:02 +02:00
scripts feat: switch to npm as default package manager (#226927) 2024-09-06 22:18:02 +09:00
src fix #227778 (#227958) 2024-09-09 12:32:18 +02:00
test Bump pathval from 1.1.0 to 1.1.1 in /test/monaco (#227783) 2024-09-07 11:43:31 +09:00
.editorconfig
.eslintignore esm - introduce VSCODE_BUILD_ESM variable (#225586) 2024-08-14 14:49:26 +02:00
.eslintrc.json Allow @vscode/tree-sitter-wasm type import in more places (#227831) 2024-09-06 13:45:56 -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 feat: switch to npm as default package manager (#226927) 2024-09-06 22:18:02 +09:00
.lsifrc.json
.mailmap update .mailmap (#159565) 2022-08-30 16:14:56 +02:00
.mention-bot
.npmrc feat: switch to npm as default package manager (#226927) 2024-09-06 22:18:02 +09:00
.nvmrc feat: switch to npm as default package manager (#226927) 2024-09-06 22:18:02 +09:00
.vscode-test.js LoopbackClientAndOpener Tests (#225458) 2024-08-12 18:42:44 -07:00
CONTRIBUTING.md Merge branch 'main' into patch-1 2023-12-11 11:12:18 +00:00
CodeQL.yml eng: mark the patch application file as being generated (#194047) 2023-09-26 04:31:01 +01:00
LICENSE.txt
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 Update distro - OSS tool 2024-08-26 15:20:04 -07:00
cglicenses.json feat: switch to npm as default package manager (#226927) 2024-09-06 22:18:02 +09:00
cgmanifest.json Update distro - OSS tool 2024-08-26 15:20:04 -07:00
gulpfile.js
migrate.mjs feat: switch to npm as default package manager (#226927) 2024-09-06 22:18:02 +09:00
package-lock.json Bump ansi-regex (#227785) 2024-09-07 11:48:31 +09:00
package.json chore: bump distro (#227840) 2024-09-07 00:09:47 +02:00
product.json debug: bump js-debug to 1.93 (#226986) 2024-08-28 13:12:41 -04:00
tsfmt.json

README.md

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.