Commit a32932d
Document how to stop and restart a Codespace
Codespaces bill compute while running and storage while stopped, so
contributors should know how to suspend the environment when they take
a break. Add a "Stopping and restarting your Codespace" subsection
under the existing GitHub Codespaces section in CONTRIBUTING.md
(added in #307), covering:
- The three ways to stop a Codespace -- GitHub web UI, VS Code Command
Palette, and `gh codespace stop`.
- Automatic stop after inactivity (30 min default) and how to change
the timeout under Codespaces settings.
- How to resume or delete the Codespace, with a note that file system
state, installed gems, and the Oracle Database container all persist
across stop/start.
Links to the official GitHub docs on stopping and starting a codespace
for full details.
Docs-only change; no source or CI touched.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 058f95a commit a32932d
1 file changed
Lines changed: 32 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
60 | 92 | | |
61 | 93 | | |
62 | 94 | | |
| |||
0 commit comments