Commit 9c0cf63
docs: add devcontainer for examples (#386)
## Summary
Add a Dev Container configuration for Moss contributors.
## Changes
- Provide Python 3.12, Node.js 22, and Go 1.23 in Codespaces/dev
containers.
- Install the root, Python example, JavaScript example, and Go example
dependencies after container creation.
- Forward Moss credentials from the local environment without committing
secrets.
- Include common VS Code language extensions and development ports.
## Testing
- Parsed and structurally validated `.devcontainer/devcontainer.json`
locally.
- `git diff --check` passed.
- `npm run lint` was attempted but is blocked on Windows by the existing
`ESLINT_USE_FLAT_CONFIG=true eslint .` script syntax before ESLint
starts.
- Full container startup could not be run because Docker is not
installed in the development environment.
Closes #378
---------
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>1 parent 57499a1 commit 9c0cf63
1 file changed
Lines changed: 44 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
0 commit comments