AIO Sandbox includes code-server so you can open a browser-based VS Code environment inside the sandbox.
The editor shares the same filesystem as shell, browser downloads, Jupyter, and file APIs.
| Variable | Default | Purpose |
|---|---|---|
CODE_SERVER_PORT | 8200 | Internal code-server port |
DISABLE_CODE_SERVER | false | Disable code-server when set to a truthy value |
WORKSPACE | /home/gem | Default folder opened by code-server |
Use a lifecycle hook for light customization:
For repeatable team environments, build a custom image with extensions preinstalled.
WORKSPACE.