Codespaces
A codespace is VS Code in your browser, running in an isolated, resource-capped container with your repository checked out. It stops itself after 30 minutes idle; your files persist until you delete it. Push changes with git in the built-in terminal, using a personal access token as usual.
New codespace
You can have one codespace per repository. Creating one for a repository you already have a codespace for just starts it.
Your codespaces
Loading…
Each codespace is capped at 2 vCPU and 2 GiB of memory and cannot reach other codespaces, the host, or any other project on the server.