Introduction to Workspaces
About 146 wordsLess than 1 minute
A remote development solution based on Cloud Native Build, supporting remote development through WebIDE, VSCode client, and Cursor client connections.
Workspaces has the following characteristics:
- Declarative: Based on the Docker ecosystem, development environments are declared through Dockerfile and managed alongside source code
- Quick Start: Even for extremely large repositories, code and environment can be prepared in seconds
- On-demand Usage: Development resources are obtained on demand and automatically recycled when idle to avoid 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. No configuration is needed to open the default development environment.
