1
0
Fork 0
1Panel-Appstore/code-server
renovate[bot] ab684f3a93 chore(deps): update linuxserver/code-server docker tag to v4.96.4 (#3020)
* chore(deps): update linuxserver/code-server docker tag to v4.96.4

* Update app version [skip ci]

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: github-action update-app-version <githubaction@githubaction.com>
2025-01-21 22:19:08 +08:00
..
4.96.4 chore(deps): update linuxserver/code-server docker tag to v4.96.4 (#3020) 2025-01-21 22:19:08 +08:00
README.md feat: 优化 code-server 描述信息 2024-05-21 13:43:58 +08:00
README_en.md docs: Add English README (#2662) 2024-12-03 21:59:18 +08:00
data.yml feat: Add Multi-Language Support to Code-Server (#2962) 2025-01-14 18:47:16 +08:00
logo.png feat: 压缩 logo.png (#212) 2023-07-10 15:46:28 +08:00

README_en.md

code-server

code-server is a powerful open-source tool that brings Visual Studio Code (VS Code) into a web-based environment. It allows you to securely connect to that remote machine from anywhere through a local VS Code client, without the requirement of SSH.

Main Features:

  • Remote Development: Allows you to access your development environment from anywhere using a web browser. This means you can write, edit, and run code consistently across different devices and operating systems.
  • Lightweight: A lightweight application with low resource consumption, making it efficient to run on servers with limited resources. This makes it an ideal tool for providing a unified development environment for teams or for cloud-based development.
  • Rich Extension Ecosystem: You can install and use the extensive library of VS Code extensions to expand the editors functionality. This includes language support, themes, code snippets, workflow automation, and more.
  • Multi-Language Support: Provides broad support for programming languages, including JavaScript, Python, Java, C++, etc. You can handle multiple programming tasks within a unified development environment.
  • Integrated Terminal: It includes an integrated terminal that lets you run commands, install dependencies, and run applications within the same interface.
  • Version Control: Integrated version control systems (such as Git) make it easy to manage and track changes to your code.
  • Team Collaboration: Allows multiple developers to collaborate simultaneously by sharing workspaces and codebases, enhancing team collaboration.
  • Customizable Settings: You can customize the editor's settings according to your needs, including themes, shortcuts, and workspace configurations.