Code Server Configuration
AIO Sandbox includes code-server so you can open a browser-based VS Code environment inside the sandbox.
Access
The editor shares the same filesystem as shell, browser downloads, Jupyter, and file APIs.
Environment Variables
Install Extensions At Startup
Use a lifecycle hook for light customization:
For repeatable team environments, build a custom image with extensions preinstalled.
Tips
- Mount project code into
WORKSPACE. - Use Preview Proxy to view apps started from the editor terminal.
- Disable code-server in API-only deployments to reduce resource usage.