This repository ("Code - OSS") is where we (Microsoft) develop the Visual Studio Code product. 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.
这个存储库 (“Code-OSS”) 是我们 (Microsoft) 开发 Visual Studio Code 产品的地方。我们不仅在这里处理代码和问题,还发布路线图、每月迭代计划和最终计划。这个源代码可以在标准 MIT 许可证下提供给每个人。
Visual Studio Code 是使用传统 Microsoft 产品许可发布的 Microsoft 特定定制的 Code-OSS 存储库的发行版。
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.
Visualstudiocode 每月更新新特性和 bug 修复。你可以在 Visual Studio Code 的网站上下载它的 Windows、 macOS 和 Linux 版本。要获得每天的最新版本,请安装内部构建。
Contributing 贡献
There are many ways in which you can participate in the project, for example:
Review the 复习一下documentation 文件 and make pull requests for anything from typos to new content 从打字错误到新内容都可以下拉请求
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:
Follow 跟着@code @ code and let us know what you think! 让我们知道你的想法
See our wiki for a description of each of these channels and information on some other available community-driven channels.
请参阅我们的 wiki,了解这些渠道的描述以及其他一些可用的社区驱动渠道的信息。
Related Projects 相关项目
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 have their own repositories. For a complete list, please visit the Related Projects page on our wiki.
VS Code 的许多核心组件和扩展都存储在 GitHub 上自己的存储库中。例如,节点调试适配器和单声道调试适配器有它们自己的存储库。有关完整列表,请访问我们 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 provides rich language support for JSON.
This repository includes a Visual Studio Code Remote - Containers / Codespaces development container.
此存储库包括一个 visualstudio 代码远程容器 / 代码空间开发容器。
For 为了Remote - Containers 远程 - 货柜, use the 、使用Remote-Containers: Open Repository in Container... 远程容器: 容器中的开放存储库.. command which creates a Docker volume for better disk I/O on macOS and Windows. 命令,该命令为 macOS 和 Windows 上更好的磁盘 I/O 创建一个 Docker 卷
For Codespaces, install the 对于代码空间,安装Visual Studio Codespaces Visual Studio 代码空间 extension in VS Code, and use the 在 VS 代码中使用扩展,使用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.
The Repository 知识库
This repository ("
Code - OSS
") is where we (Microsoft) develop the Visual Studio Code product. 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.这个存储库 (“Code-OSS”) 是我们 (Microsoft) 开发 Visual Studio Code 产品的地方。我们不仅在这里处理代码和问题,还发布路线图、每月迭代计划和最终计划。这个源代码可以在标准 MIT 许可证下提供给每个人。
Visual Studio Code
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 是使用传统 Microsoft 产品许可发布的 Microsoft 特定定制的 Code-OSS 存储库的发行版。
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.
Visualstudiocode 将代码编辑器的简单性与开发人员的核心编辑 - 构建 - 调试周期所需的内容结合起来。它提供了全面的代码编辑、导航和理解支持,以及轻量级调试、丰富的可扩展性模型和与现有工具的轻量级集成。
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.
Visualstudiocode 每月更新新特性和 bug 修复。你可以在 Visual Studio Code 的网站上下载它的 Windows、 macOS 和 Linux 版本。要获得每天的最新版本,请安装内部构建。
Contributing 贡献
There are many ways in which you can participate in the 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.
请参阅我们的 wiki,了解这些渠道的描述以及其他一些可用的社区驱动渠道的信息。
Related Projects 相关项目
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 have their own repositories. For a complete list, please visit the Related Projects page on our wiki.
VS Code 的许多核心组件和扩展都存储在 GitHub 上自己的存储库中。例如,节点调试适配器和单声道调试适配器有它们自己的存储库。有关完整列表,请访问我们 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, thejson
extension provides coloring forJSON
and thejson-language-features
provides rich language support forJSON
.VS Code 包括一组位于扩展文件夹中的内置扩展,包括许多语言的语法和代码段。为语言提供丰富语言支持的扩展 (代码完成,转到定义) 具有后缀语言特性。例如,JSON 扩展为 JSON 提供着色,JSON 语言特性为 JSON 提供丰富的语言支持。
Development Container 开发容器
This repository includes a Visual Studio Code Remote - Containers / Codespaces development container.
此存储库包括一个 visualstudio 代码远程容器 / 代码空间开发容器。
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.
Docker/the Codespace 应该至少有 4 个内核和 6gb 的内存 (推荐 8gb) 来运行完整版本。有关更多信息,请参见开发容器 README。
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.
这个项目采用了微软公开源码行为准则。欲了解更多信息,请参阅行为守则 FAQ 或联系 opencode@microsoft. com 以及任何其他问题或评论。
License 许可证
Copyright (c) Microsoft Corporation. All rights reserved.
版权所有: 微软保留所有权利。
Licensed under the MIT license.
根据麻省理工学院许可证授权。 https://github.com/microsoft/vscode