Commit 8de0a7f
Document GitHub Codespaces support
The repository's existing devcontainer already runs on GitHub
Codespaces, but two small improvements make the experience smoother:
- .devcontainer/devcontainer.json: declare hostRequirements
(4 cpu / 8 GB RAM / 32 GB storage) so the Codespaces "Create
codespace" picker defaults to a machine large enough to run Oracle
Database Free. The default 2 cpu / 4 GB machine is too small to
start Oracle reliably. hostRequirements is ignored by local Dev
Containers, so this is a Codespaces-only nudge.
- CONTRIBUTING.md: add a "GitHub Codespaces" subsection under the
existing "Development with devcontainer" section, describing the
one-click flow and the machine-size requirement.
No source, CI, or other .devcontainer/ files are touched.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 4ea6c54 commit 8de0a7f
2 files changed
Lines changed: 34 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
6 | 11 | | |
7 | 12 | | |
8 | 13 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
31 | 60 | | |
32 | 61 | | |
33 | 62 | | |
| |||
0 commit comments