Introduction to Workspaces
About 124 wordsLess than 1 minute
A remote development solution based on Cloud Native Build, supporting remote development through WebIDE, VSCode client, and Cursor client connections to remote development environments.
Workspaces has the following characteristics:
Declarative
: Based on Docker ecosystem, development environments are declared through Dockerfile and managed alongside source codeQuick Start
: Even for extremely large repositories, code and environment can be prepared in secondsOn-demand Usage
: Development resources are obtained on-demand and quickly recycled when idle to avoid resource waste
How to Use
On the repository branch page, click the Workspaces
button in the top right corner to create a development environment with one click. Without any configuration, you can directly open a default development environment.
