Commit 48a63c7
authored
Create devcontainer.json (#1)
# Create and switch to a new branch for devcontainer feature
git checkout -b feat/devcontainer-setup
# Stage the new devcontainer files
git add .devcontainer/
# Commit the changes
git commit -m "feat(devcontainer): add .devcontainer folder and devcontainer.json for consistent development environment
- Add devcontainer.json with Ubuntu base image
- Include Node.js LTS for GitHub Copilot LSP support
- Add Homebrew feature for package management
- Configure VS Code extensions for Swift and development tools
- Add post-create.sh script for environment setup
- Mount SSH keys for Git authentication
- Configure editor settings for consistent formatting
This provides a consistent Linux development environment for:
- Documentation work
- Script development
- Node.js component testing
- General non-macOS specific tasks
Note: Full Xcode development still requires macOS with Xcode installed."
# Push the branch to remote
git push -u origin feat/devcontainer-setup1 parent 82b562b commit 48a63c7
1 file changed
Lines changed: 61 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 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
0 commit comments