feat: 修改应用 README

This commit is contained in:
wanghe-fit2cloud
2023-09-21 16:22:29 +08:00
parent 47375436a2
commit ac9127d0db
69 changed files with 1019 additions and 1746 deletions

View File

@@ -1,33 +1,14 @@
# code-server
# Code Server
Run [VS Code](https://github.com/Microsoft/vscode) on any machine anywhere and access it in the browser.
Code Server 是一款强大的开源工具,它将 [Visual Studio Code (VS Code)](https://code.visualstudio.com/) 带入了基于Web的在线环境。它使您可以通过Web浏览器远程访问和使用VS Code的功能而无需在本地安装VS Code应用程序。
## Highlights
## 主要功能:
- Code on any device with a consistent development environment
- Use cloud servers to speed up tests, compilations, downloads, and more
- Preserve battery life when you're on the go; all intensive tasks run on your
server
## Requirements
See [requirements](https://coder.com/docs/code-server/latest/requirements) for minimum specs, as well as instructions
on how to set up a Google VM on which you can install code-server.
Linux machine with WebSockets enabled, 1 GB RAM, and 2 vCPUs
## Questions?
See answers to [frequently asked questions](https://coder.com/docs/code-server/latest/FAQ).
## Want to help?
See [Contributing](https://coder.com/docs/code-server/latest/CONTRIBUTING) for details.
## Hiring
Interested in [working at Coder](https://coder.com/careers)? Check out [our open positions](https://coder.com/careers#openings)!
## For Organizations
Want remote development for your organization or enterprise? Visit [our website](https://coder.com) to learn more about Coder.
- **远程开发**Code Server 允许您从任何地方使用Web浏览器访问您的开发环境。这意味着您可以在不同设备和操作系统上一致地编写、编辑和运行代码。
- **轻量级**Code Server 是一个轻量级的应用程序,资源占用较少,因此在资源有限的服务器上运行也很高效。这使得它成为为团队提供统一的开发环境或在云中进行开发的理想工具。
- **丰富的扩展生态系统**您可以安装并使用VS Code的广泛扩展库从而扩展编辑器的功能。这包括语言支持、主题、代码片段和工作流程自动化等方面。
- **多语言支持**Code Server 提供了广泛的编程语言支持包括JavaScript、Python、Java、C++等。您可以在一个统一的开发环境中处理多种编程任务。
- **集成终端**:它内置了一个终端,让您可以在同一界面中执行命令、安装依赖和运行应用程序。
- **版本控制**集成了版本控制系统如Git使您可以轻松地管理和跟踪代码更改。
- **团队协作**Code Server 允许多个开发人员同时协作,通过共享工作区和代码库来增强团队协作能力。
- **自定义设置**:您可以根据自己的需求自定义编辑器的设置,包括主题、快捷键和工作区配置。